paper-with-me

홈 › Papers

Quantitative Analysis of Performance Drop in DeepSeek Model Quantization

2025-05-05 · Enbo Zhao, Yi Shen, Shuming Shi, Jieyun Huang, Zhihao Chen, Ning Wang, Siqi Xiao, Jian Zhang, Kai Wang, Shiguo Lian

Recently, there is a high demand for deploying DeepSeek-R1 and V3 locally, possibly because the official service often suffers from being busy and some organizations have data privacy concerns. While single-machine deployment offers infrastructure simplicity, the models' 671B FP8 parameter configuration exceeds the practical memory limits of a standard 8-GPU machine. Quantization is a widely used technique that helps reduce model memory consumption. However, it is unclear what the performance of DeepSeek-R1 and V3 will be after being quantized. This technical report presents the first quantitative evaluation of multi-bitwidth quantization across the complete DeepSeek model spectrum. Key findings reveal that 4-bit quantization maintains little performance degradation versus FP8 while enabling single-machine deployment on standard NVIDIA GPU devices. We further propose DQ3_K_M, a dynamic 3-bit quantization method that significantly outperforms traditional Q3_K_M variant on various benchmarks, which is also comparable with 4-bit quantization (Q4_K_M) approach in most tasks. Moreover, DQ3_K_M supports single-machine deployment configurations for both NVIDIA H100/A100 and Huawei 910B. Our implementation of DQ3\_K\_M is released at https://github.com/UnicomAI/DeepSeek-Eval, containing optimized 3-bit quantized variants of both DeepSeek-R1 and DeepSeek-V3.

📄 PDF Abstract BibTeX arXiv:2505.02390

Code (1)

unicomai/deepseek-eval 공식 구현

Tasks

GPUQuantization

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Quantifying the Capability Boundary of DeepSeek Models: An Application-Driven Performance Analysis

2025-02-16 · Kaikai Zhao, Zhaoxiang Liu, Xuejiao Lei, Jiaojiao Zhao 외

DeepSeek-R1, known for its low training cost and exceptional reasoning capabilities, has achieved state-of-the-art performance on various benchmarks. However, detailed evaluations for DeepSeek Series models from the pers…

Logical ReasoningModel SelectionText Generation

Theory-optimal Quantization Based on Flatness

2026-05-11 · Xiusheng Huang, Zhe Li, Xuanwu Yin, Lu Wang 외 arxiv

Post-training quantization has emerged as a widely adopted technique for compressing and accelerating the inference of Large Language Models (LLMs). The primary challenges in LLMs quantization stem from activation outlie…

AUSN: Approximately Uniform Quantization by Adaptively Superimposing Non-uniform Distribution for Deep Neural Networks

2020-07-08 · Liu Fangxin, Zhao Wenbo, Wang Yanzhi, Dai Changzhi 외

Quantization is essential to simplify DNN inference in edge applications. Existing uniform and non-uniform quantization methods, however, exhibit an inherent conflict between the representing range and representing resol…

image-classificationImage ClassificationQuantization

Can Compressed LLMs Truly Act? An Empirical Evaluation of Agentic Capabilities in LLM Compression

2025-05-26 · Peijie Dong, Zhenheng Tang, Xiang Liu, Lujun Li 외

Post-training compression reduces the computational and memory costs of large language models (LLMs), enabling resource-efficient deployment. However, existing compression benchmarks only focus on language modeling (e.g.…

Language ModelingLanguage ModellingLong-Context UnderstandingNatural Language Understanding+1

Towards Economical Inference: Enabling DeepSeek's Multi-Head Latent Attention in Any Transformer-based LLMs

2025-02-20 · Tao Ji, Bin Guo, Yuanbin Wu, Qipeng Guo 외

Multi-head Latent Attention (MLA) is an innovative architecture proposed by DeepSeek, designed to ensure efficient and economical inference by significantly compressing the Key-Value (KV) cache into a latent vector. Comp…

Quantization