Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
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 |
|