--- quantized_by: bartowski pipeline_tag: text-generation license: mit base_model_relation: quantized base_model: deepseek-ai/DeepSeek-V4-Flash --- ## Llamacpp Quantizations of DeepSeek-V4-Flash by deepseek-ai Using llama.cpp release b9843 for quantization. Original model: https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash This model is in MXFP4 and as such has only been provided in MXFP4 format! No other sizes can be provided unfortunately as MXFP4 does not quantize properly. Run in your choice of tools: - [llama.cpp](https://github.com/ggml-org/llama.cpp) - [ramalama](https://github.com/containers/ramalama) - [LM Studio](https://lmstudio.ai/) - [koboldcpp](https://github.com/LostRuins/koboldcpp) - [Jan AI](https://www.jan.ai/) - [Text Generation Web UI](https://github.com/oobabooga/text-generation-webui) - [LoLLMs](https://github.com/ParisNeo/lollms) - [Atomic Chat](https://atomic.chat/) Note: since it's a newly supported model, you may need to wait for an update from the developers. ## Prompt format No prompt format found ## Download the MXFP4 files: | Filename | Quant type | File Size | Split | Description | | -------- | ---------- | --------- | ----- | ----------- | | [DeepSeek-V4-Flash-MXFP4.gguf](https://huggingface.co/bartowski/DeepSeek-V4-Flash-GGUF/tree/main/DeepSeek-V4-Flash-MXFP4) | MXFP4 | 156.00GB | true | Original quality. | ## Downloading using huggingface-cli
Click to view download instructions First, make sure you have hugginface-cli installed: ``` pip install -U "huggingface_hub[cli]" ``` ``` huggingface-cli download bartowski/DeepSeek-V4-Flash-GGUF --include "DeepSeek-V4-Flash-MXFP4*" --local-dir ./ ``` You can either specify a new local-dir (DeepSeek-V4-Flash-MXFP4) or download them all in place (./)
## Credits Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset. Thank you ZeroWw for the inspiration to experiment with embed/output. Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski