Views
No views yet
qwen3_5 "omni" (image/audio/video) model based on
Qwen/Qwen3.5-9B.language_model + lm_head, grafted into a standalone text-config CausalLM,
then exported to OpenVINO IR and quantized to INT4 (symmetric, weight-only,
group size 128, ratio 1.0) via optimum-intel / OpenVINO / NNCF. Text-only —
no vision/audio./v3/chat/completions →
"Chat template not loaded correctly"). /v3/completions (raw prompt) works.
The fix (chat_template_mode: MINJA, or genai ≥ 2026.2.1) is upstream; until a
newer OVMS ships, front /chat with a small templating proxy that applies the
tokenizer's chat_template via transformers and forwards to OVMS.