速度 vs 简便性
ExLlamaV2 跑 EXL2 比 llama.cpp 跑 GGUF 快约 35%。GGUF 在部署简便性和 Ollama 兼容性上更优。
text
EXL2 4.65bpw → ~128 tok/s (ExLlamaV2, RTX 4090)
GGUF Q4_K_M → ~95 tok/s (llama.cpp, RTX 4090)下载 EXL2
从 Hugging Face 下载 turboderp 的 EXL2 量化。用 TabbyAPI 或 ExLlamaV2 server 提供 OpenAI 兼容 API。
bash
huggingface-cli download turboderp/DeepSeek-R1-Distill-Qwen-14B-exl2 \
--include "*4.65bpw*" --local-dir ./models/r1-14b-exl2相关指南
部署指南仅供学习参考。每个模型均有独立许可协议 — 下载或部署前请阅读 Hugging Face 官方模型卡。