Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv committed Aug 28, 2024
1 parent e2801ae commit 594d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Popular_Models_Guide/Hermes-2-Pro-Llama-3-8B/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ First, let's start Triton SDK container:
docker run --rm -it --net host --shm-size=2g \
--ulimit memlock=-1 --ulimit stack=67108864 --gpus all \
-v /path/to/tensorrtllm_backend/inflight_batcher_llm/client:/tensorrtllm_client \
-v /path/to/Hermes-2-Pro-Llama-3-8B/repo:/Llama-2-7b-hf \
-v /path/to/Hermes-2-Pro-Llama-3-8B/repo:/Hermes-2-Pro-Llama-3-8B \
nvcr.io/nvidia/tritonserver:<xx.yy>-py3-sdk
```

Expand Down

0 comments on commit 594d4f5

Please sign in to comment.