We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13127f commit a256e6aCopy full SHA for a256e6a
docsrc/tutorials/deploy_torch_tensorrt_to_triton.rst
@@ -30,7 +30,7 @@ Sign up and login with your key (follow the instructions
30
# <xx.xx> is the yy:mm for the publishing tag for NVIDIA's Pytorch
31
# container; eg. 22.04
32
33
- docker run -it --gpus all -v $(pwd):/workspace nvcr.io/nvidia/pytorch:<xx.xx>-py3
+ docker run -it --gpus all -v ${PWD}:/workspace nvcr.io/nvidia/pytorch:<xx.xx>-py3
34
35
Once inside the container, we can proceed to download a ResNet model from
36
Torchhub and optimize it with Torch-TensorRT.
0 commit comments