快速开始
模型下载
当前版本升级到 vllm 社区 v0.9.2,可以在 https://huggingface.co/ 直接下载开源模型。对于量化模型,我们提供加速版模型。
Qwen3-30B-A3B GPTQ
apt install git-lfs
git lfs install
git clone https://huggingface.co/Qwen/Qwen3-30B-A3B-GPTQ-Int4
gptq-Qwen3-8B
apt install git-lfs
git lfs install
git clone https://www.modelscope.cn/hiruyun/gptq-Qwen3-8B.git
gptq-Qwen2.5-7B-Instruct
apt install git-lfs
git lfs install
git clone https://www.modelscope.cn/hiruyun/gptq-Qwen2.5-7B-Instruct.git
提示
如果对量化模型有速度要求,需要经过模型转换,模型转换工具后期会开放。