Skip to content

Commit 594d4f5

Browse files
committed
Fix
1 parent e2801ae commit 594d4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Popular_Models_Guide/Hermes-2-Pro-Llama-3-8B/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ First, let's start Triton SDK container:
202202
docker run --rm -it --net host --shm-size=2g \
203203
--ulimit memlock=-1 --ulimit stack=67108864 --gpus all \
204204
-v /path/to/tensorrtllm_backend/inflight_batcher_llm/client:/tensorrtllm_client \
205-
-v /path/to/Hermes-2-Pro-Llama-3-8B/repo:/Llama-2-7b-hf \
205+
-v /path/to/Hermes-2-Pro-Llama-3-8B/repo:/Hermes-2-Pro-Llama-3-8B \
206206
nvcr.io/nvidia/tritonserver:<xx.yy>-py3-sdk
207207
```
208208

0 commit comments

Comments
 (0)