Views
No views yet
| Models | Experts Quantized | Attention blocks quantized | Size (GB) |
|---|---|---|---|
| deepseek-ai/DeepSeek-R1 | ❌ | ❌ | 671 GB |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g-experts | ✅ | ❌ | 346 GB |
| cognitivecomputations/DeepSeek-R1-AWQ | ✅ | ✅ | 340 GB |
temperature=0.6, top_p=0.95 and max_new_tokens=32768.| Recovery (%) | Average Score | ARC-Challenge acc_norm, 25-shot | GSM8k exact_match, 5-shot | HellaSwag acc_norm, 10-shot | MMLU acc, 5-shot | TruthfulQA mc2, 0-shot | WinoGrande acc, 5-shot | |
|---|---|---|---|---|---|---|---|---|
| deepseek/DeepSeek-R1 | 100.00 | 81.04 | 72.53 | 95.91 | 89.30 | 87.22 | 59.28 | 82.00 |
| cognitivecomputations/DeepSeek-R1-AWQ | 100.07 | 81.10 | 73.12 | 95.15 | 89.07 | 86.86 | 60.09 | 82.32 |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g | 99.86 | 80.93 | 72.70 | 95.68 | 89.25 | 86.83 | 58.77 | 82.32 |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g-experts (this model) | 100.30 | 81.28 | 72.53 | 95.68 | 89.36 | 86.99 | 59.77 | 83.35 |
| Recovery (%) | Average Score | AIME 2024 pass@1 | MATH-500 pass@1 | GPQA Diamond pass@1 | |
|---|---|---|---|---|---|
| deepseek/DeepSeek-R1 | 100.00 | 82.99 | 78.33 | 97.24 | 73.38 |
| cognitivecomputations/DeepSeek-R1-AWQ | 94.29 | 78.25 | 70.67 | 93.64 | 70.46 |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g | 96.52 | 80.10 | 72.96 | 97.09 | 70.26 |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g-experts (this model) | 98.81 | 82.00 | 77.00 | 97.08 | 71.92 |
OpenLLM v11MODEL=ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g-act_order-mse_scale-experts
2MODEL_ARGS="pretrained=$MODEL,dtype=auto,add_bos_token=True,max_model_len=4096,tensor_parallel_size=8,gpu_memory_utilization=0.8,enable_chunked_prefill=True,trust_remote_code=True"
3
4lm_eval \
5 --model vllm \
6 --model_args $MODEL_ARGS \
7 --tasks openllm \
8 --batch_size autoReasoning tasks1MODEL=ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g-act_order-mse_scale-experts
2MODEL_ARGS="pretrained=$MODEL,dtype=bfloat16,max_model_length=38768,gpu_memory_utilization=0.8,tensor_parallel_size=8,add_special_tokens=false,generation_parameters={\"max_new_tokens\":32768,\"temperature\":0.6,\"top_p\":0.95,\"seed\":7686}"
3
4export VLLM_WORKER_MULTIPROC_METHOD=spawn
5lighteval vllm $MODEL_ARGS "custom|aime24|0|0,custom|math_500|0|0,custom|gpqa:diamond|0|0" \
6 --custom-tasks src/open_r1/evaluate.py \
7 --use-chat-template \
8 --output-dir $OUTPUT_DIR| Time to First Token Median TTFT (ms) ↓ | Time per Output Token Median TPOT (ms) ↓ | Inter-token Latency Median ITL (ms) ↓ | |
|---|---|---|---|
| cognitivecomputations/DeepSeek-R1-AWQ | 1585.45 | 55.41 | 43.06 |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g-experts (this model) | 1344.68 | 41.49 | 36.33 |
| ISTA-DASLab/DeepSeek-R1-GPTQ-4b-128g | 815.19 | 44.65 | 37.88 |