Skip to content

Commit 3670d94

Browse files
authored
feat: update the readme with the correct paths (triton-inference-server#177)
1 parent ae297ac commit 3670d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/preprocessing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)