Skip to content

Commit f2076c2

Browse files
committed
address comment
1 parent 120c181 commit f2076c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Once you have the model repository set up, it is time to launch the Triton serve
144144
We will use the [pre-built Triton container with vLLM backend](#option-1-use-the-pre-built-docker-container) from
145145
[NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tritonserver) in this example.
146146

147-
Run the following command inside the vllm_backend directory:
147+
Run the following command inside the `vllm_backend` directory:
148148
```
149149
docker run --gpus all -it --net=host --rm -p 8001:8001 --shm-size=1G --ulimit memlock=-1 --ulimit stack=67108864 -v ${PWD}:/work -w /work nvcr.io/nvidia/tritonserver:<xx.yy>-vllm-python-py3 tritonserver --model-repository ./samples/model_repository
150150
```

0 commit comments

Comments
 (0)