Someone made DSV4.1 run faster than official API on A100(s)

Reddit r/LocalLLaMA News

Summary

Someone has optimized DeepSeek V4.1 to run faster than the official API on NVIDIA A100 GPUs, despite A100 not supporting FP4 precision, and shared the implementation on GitHub.

What they did is kind of bonkers, since A100 does not support FP4 https://preview.redd.it/5o22pjk2k2ph1.png?width=781&format=png&auto=webp&s=ab0994fa63e1a65b34a26195f7e99f383cb4cc75 https://github.com/shi3z/deepseekv4.1-A100-custom
Original Article

Similar Articles

@YRSM_Simon: Amazing!

X AI KOLs Timeline

shi3z shares optimization experience for running DeepSeek v4.1 Flash on an A100 GPU without FP4 support, boosting inference speed from 33 tok/s to 673 tok/s, surpassing the official API speed.

DeepSeek-V4-Pro-0813-NVFP4 (7 minute read)

TLDR AI

NVIDIA releases a quantized version of DeepSeek's V4-Pro-0813 model on Hugging Face, optimized with NVFP4 for efficient deployment in agentic AI and reasoning applications.

I have (even faster) DeepSeek V4 Pro at home

Reddit r/LocalLLaMA

A user reports successfully running the DeepSeek V4 Pro model locally using ktransformers and sharing detailed benchmark results across various context depths, demonstrating improved inference speeds.

DeepSeek-V4-Flash-0731 unsloth gguf on A100

Reddit r/LocalLLaMA

DeepSeek-V4-Flash-0731 is shown running as an unsloth GGUF quant on a single 40GB A100, with 17.7 tok/s and 6 experts loaded into VRAM, enabling a full agentic coding loop.