6.4. 大模型类算法#

本页列出已在爱芯 NPU 平台完成适配的大语言模型 (LLM) 和视觉语言模型 (VLM)。所有模型均可通过 AXERA 模型仓库(Hugging Face | ModelScope)下载预编译 axmodel,使用 ax-llm 运行时部署。

运行示例与上板命令见 示例展示

6.4.1. LLM(文本大模型)#

Qwen3.5 系列#

Qwen3 系列#

Qwen2.5 系列#

DeepSeek-R1-Distill 系列#

MiniCPM 系列#

SmolLM 系列#

Gemma 系列#

翻译#

Embedding#

6.4.2. VLM(视觉语言模型)#

Qwen3.5-VL(多模态)#

  • Qwen3.5-0.8B-AX8850N-C128-P1152-CTX2047:W8A16 图文,AX8850N / AX8850 | HuggingFace | ModelScope

  • Qwen3.5-0.8B-AX8850N-GPTQ-Int4-C128-P1152-CTX2047:W4A16 图文,AX8850N / AX8850 | HuggingFace | ModelScope

  • Qwen3.5-2B-AX8850N-GPTQ-Int4-C128-P1152-CTX2047:W4A16 图文,AX8850N / AX8850 | HuggingFace | ModelScope

  • Qwen3.5-4B-AX8850N-GPTQ-Int4-C128-P1152-CTX2047:W4A16 图文/视频,AX8850N / AX8850 | HuggingFace | ModelScope

Qwen3-VL 系列#

Qwen2.5-VL 系列#

InternVL 系列#

MiniCPM-V 系列#

FastVLM 系列#

SmolVLM 系列#

其他 VLM#

6.4.3. ax-llm 运行时#

ax-llm 为 AX8850N/AX8850 平台提供 LLM/VLM 推理运行时,支持 CLI 交互和 OpenAI 兼容 API 服务。

安装方式和具体使用请参考 示例展示