A user has developed a custom implementation that allows the DeepSeek V4.1 model to run on NVIDIA A100 GPUs with performance exceeding the official API.

  • The project is available via the GitHub repository shi3z/deepseekv4.1-A100-custom.
  • This achievement is notable because the A100 hardware does not natively support FP4 precision, which is typically required for such optimizations.
  • The custom code enables faster inference speeds compared to the standard official API endpoint.