mgoin commited on
Commit
0e2b154
1 Parent(s): 96c90c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,7 +15,10 @@ base_model: mgoin/Nemotron-4-340B-Instruct-hf
15
 
16
  Converted and quantized checkpoint of [nvidia/Nemotron-4-340B-Instruct](https://huggingface.co/nvidia/Nemotron-4-340B-Instruct). Specifically it was produced from the [v1.0 .nemo checkpoint on NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/nemotron-4-340b-instruct/files).
17
 
18
- This runs in vLLM with this PR: https://github.com/vllm-project/vllm/pull/6611
 
 
 
19
 
20
  ### Evaluations
21
 
 
15
 
16
  Converted and quantized checkpoint of [nvidia/Nemotron-4-340B-Instruct](https://huggingface.co/nvidia/Nemotron-4-340B-Instruct). Specifically it was produced from the [v1.0 .nemo checkpoint on NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/nemotron-4-340b-instruct/files).
17
 
18
+ You can deploy this model with `vllm>=0.5.4` ([PR#6611](https://github.com/vllm-project/vllm/pull/6611)):
19
+ ```
20
+ vllm serve mgoin/Nemotron-4-340B-Instruct-hf --tensor-parallel-size 16
21
+ ```
22
 
23
  ### Evaluations
24