Views
No views yet
| English | DeepSeek-R1-Distill-Qwen-32B | DeepSeek-R1-Distill-Qwen-32B-FP8-Dynamic (this) |
|---|---|---|
| Avg. | 74.03 | 74.06 |
| ARC | 68.2 | 68.9 |
| Hellaswag | 74 | 73.7 |
| MMLU | 79.88 | 79.57 |
limit=1000.python -m vllm.entrypoints.openai.api_server --model cortecs/DeepSeek-R1-Distill-Qwen-32B-FP8-Dynamiccurl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d ' {
"model": "cortecs/DeepSeek-R1-Distill-Qwen-32B-FP8-Dynamic",
"prompt": "San Francisco is a"
} '