File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Set the arguments for enabling fp16 precision --fp16. To enable dynamic shapes u
2626
2727** 4. Run the command below to start the server container:**
2828
29- Under model_repository , run this command to start the server docker container:
29+ Under python_backend/examples/preprocessing , run this command to start the server docker container:
3030
3131 $ docker run --gpus=all -it --rm -p8000:8000 -p8001:8001 -p8002:8002 -v$(pwd):/workspace/ -v/$(pwd)/model_repository:/models nvcr.io/nvidia/tritonserver:xx.yy-py3 bash
3232 $ pip install numpy pillow torchvision
3333 $ tritonserver --model-repository=/models
3434
3535** 5. Start the client to test:**
3636
37- Under python_backend/examples/resnet50_trt , run the commands below to start the client Docker container:
37+ Under python_backend/examples/preprocessing , run the commands below to start the client Docker container:
3838
3939 $ wget https://raw.githubusercontent.com/triton-inference-server/server/main/qa/images/mug.jpg -O "mug.jpg"
4040 $ docker run --rm --net=host -v $(pwd):/workspace/ nvcr.io/nvidia/tritonserver:xx.yy-py3-sdk python client.py --image mug.jpg
You can’t perform that action at this time.
0 commit comments