Views
No views yet
vpux
verifier: duplicated names on the dequantize subgraph). This build is symmetric, group
size 128, which satisfies the Series-1 requirement. On the NPU it serves a dual role —
request router and FIM autocomplete — running behind its own inference lock so it
never queues behind GPU chat/agent turns; a CACHE_DIR blob cache cuts NPU load time.1import openvino_genai as ov_genai
2pipe = ov_genai.LLMPipeline("Qwen2.5-Coder-1.5B-int4-symg128-ov", "NPU") # or "GPU" / "CPU"
3print(pipe.generate("def fibonacci(n):", max_new_tokens=128))optimum-cli export openvino -m Qwen/Qwen2.5-Coder-1.5B-Instruct \
--weight-format int4 --sym --group-size 128 \
Qwen2.5-Coder-1.5B-int4-symg128-ovtransformers==4.57.6, optimum-intel (OpenVINO exporter). Self-contained: includes the
OpenVINO model IR plus the OpenVINO tokenizer/detokenizer IRs.