InternVL3_5-2B_GPTQ_INT4

InternVL3.5-2B (InternViT + Qwen3-1.7B) converted to run on the Axera NPU with w4a16 quantization, packaged in ax-llm model-directory format.

  • Compatible with Pulsar2 5.1-patch1
  • Context length: 2k, max prefill: 1k, image input: 448Γ—448
  • Target chip: AX650 (AX650N host & AXCL M.2 accelerator)

This repository is a ready-to-run ax-llm model directory:

.
β”œβ”€β”€ config.json                    # ax-llm runtime config (vlm_type=InternVL3, tokenizer_type=InternVL3_5)
β”œβ”€β”€ internvl3-5-2b_tokenizer.txt   # tokenizer
β”œβ”€β”€ post_config.json               # sampling config
β”œβ”€β”€ internvl3-5_axmodel/           # LLM: qwen3_p128_l0..l27 (28) + qwen3_post + embed
└── vit-models/                    # InternViT image encoder (internvl_vit_model_1x3x448x448.axmodel)

Support Platform

Chip image encoder 448 ttft w4a16
AX650 364.412 ms 4951.50 ms 28.07 tokens/sec

How to use

Build/obtain the ax-llm runtime: AXera NPU LLM Runtime (ax-llm)

# interactive chat
./axllm run   InternVL3_5-2B_GPTQ_INT4

# OpenAI-compatible HTTP server (default port 8000)
./axllm serve InternVL3_5-2B_GPTQ_INT4

On AXCL, choose the card via AXLLM_DEVICES=<id> or the "devices" field in config.json.

Source & conversion

Downloads last month
34
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for AXERA-TECH/InternVL3_5-2B_GPTQ_INT4