PiehSoft/DeepSeek-R1-Distill-Llama-70B-NVFP4
078
DeepSeek-R1-Distill-Llama-70B-NVFP4
NVFP4 quantized version of DeepSeek-R1-Distill-Llama-70B using custom Blackwell NVFP4 GEMM kernels.
140 GB → 40 GB (0.29x) with vision tower excluded.
NVFP4 Quantization Details
Recipe
QuantizationModifier:
targets: [Linear]
ignore: [lm_head]
scheme: NVFP4Usage
vLLM
vllm serve PiehSoft/DeepSeek-R1-Distill-Llama-70B-NVFP4 \
--host 0.0.0.0 \
--port 8081 \
--max-model-len 8192Python
from vllm import LLM, SamplingParams
llm = LLM(model="PiehSoft/DeepSeek-R1-Distill-Llama-70B-NVFP4")
output = llm.generate("What is the meaning of life?", SamplingParams(max_tokens=256))
print(output[0].outputs[0].text)Benchmarks
Tested on RTX PRO 6000 Blackwell 96GB:
GGUF Version
A GGUF version of this model is available at PiehSoft/DeepSeek-R1-Distill-Llama-70B-NVFP4-GGUF for use with llama.cpp.
Credits
Quantized by PiehSoft (William Pieh) on NVIDIA RTX PRO 6000 Blackwell 96GB.
