Skip to content

Commit d13127f

Browse files
committed
ammending triton deployment documentation
1 parent 326eaeb commit d13127f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/tutorials/deploy_torch_tensorrt_to_triton.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sign up and login with your key (follow the instructions
3030
# <xx.xx> is the yy:mm for the publishing tag for NVIDIA's Pytorch
3131
# container; eg. 22.04
3232

33-
docker run -it --gpus all -v /path/to/local/folder/to/copy/model:/resnet50_eg nvcr.io/nvidia/pytorch:<xx.xx>-py3
33+
docker run -it --gpus all -v $(pwd):/workspace nvcr.io/nvidia/pytorch:<xx.xx>-py3
3434

3535
Once inside the container, we can proceed to download a ResNet model from
3636
Torchhub and optimize it with Torch-TensorRT.

0 commit comments

Comments
 (0)