You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **DeepSeek-R1 671B** uses Nvidia's pre-quantized FP4 checkpoint. For more information, see the [Hugging Face model card](https://huggingface.co/nvidia/DeepSeek-R1-NVFP4-v2).
218
+
> **DeepSeekR1 671B** uses Nvidia's pre-quantized FP4 checkpoint. For more information, see the [Hugging Face model card](https://huggingface.co/nvidia/DeepSeek-R1-NVFP4-v2).
214
219
215
220
> [!TIP]
216
221
> You can use the [NVIDIA Model Optimizer](https://github.com/NVIDIA/Model-Optimizer/tree/main/examples/llm_ptq) to quantize these models to FP8 or NVFP4 for improved performance.
@@ -225,7 +230,7 @@ The recipe uses [`trtllm-bench`](https://github.com/NVIDIA/TensorRT-LLM/blob/mai
225
230
1.**Configure model-specific variables.** Choose a model from the [table above](#supported-models) and set the variables:
226
231
227
232
```bash
228
-
# Example for DeepSeek-R1 NVFP4
233
+
# Example for DeepSeekR1 NVFP4
229
234
export HF_MODEL_ID="nvidia/DeepSeek-R1-NVFP4-v2"
230
235
export CONFIG_FILE="deepseek-r1-nvfp4.yaml"
231
236
export RELEASE_NAME="$USER-serving-deepseek-r1"
@@ -269,7 +274,7 @@ After the model is deployed via Helm as described in the sections [above](#run-t
269
274
Check the status of your deployment. Replace the name if you deployed a different model.
> **DeepSeek-R1 671B** uses Nvidia's pre-quantized FP4 checkpoint. For more information, see the [Hugging Face model card](https://huggingface.co/nvidia/DeepSeek-R1-NVFP4-v2).
221
+
> **DeepSeekR1 671B** uses Nvidia's pre-quantized FP4 checkpoint. For more information, see the [Hugging Face model card](https://huggingface.co/nvidia/DeepSeek-R1-NVFP4-v2).
218
222
219
223
> [!TIP]
220
224
> You can use the [NVIDIA Model Optimizer](https://github.com/NVIDIA/Model-Optimizer/tree/main/examples/llm_ptq) to quantize these models to FP8 or NVFP4 for improved performance.
@@ -229,7 +233,7 @@ The recipe uses [`trtllm-bench`](https://github.com/NVIDIA/TensorRT-LLM/blob/mai
229
233
1.**Configure model-specific variables.** Choose a model from the [table above](#supported-models) and set the variables:
230
234
231
235
```bash
232
-
# Example for DeepSeek-R1 NVFP4
236
+
# Example for DeepSeekR1 NVFP4
233
237
export HF_MODEL_ID="nvidia/DeepSeek-R1-NVFP4-v2"
234
238
export CONFIG_FILE="deepseek-r1-nvfp4.yaml"
235
239
export RELEASE_NAME="$USER-serving-deepseek-r1"
@@ -273,7 +277,7 @@ After the model is deployed via Helm as described in the sections [above](#run-t
273
277
Check the status of your deployment. Replace the name if you deployed a different model.
0 commit comments