Views
No views yet
optimum-cli ... --weight-format int4 (group-quantized, gs128)
produces IRs that crash the Intel NPU driver compiler:[vpux-compiler] StopLocationVerifierPass Pass failed : Found N duplicated names
ZE_RESULT_ERROR_INVALID_NULL_POINTER*-int4-cw-ov NPU models.optimum-cli export openvino --model HuggingFaceTB/SmolLM3-3B \
--weight-format int4 --group-size -1 --sym --ratio 1.0 <output_dir>| Device | TTFT | Decode |
|---|---|---|
| NPU | 2.1 s | 23.3 tok/s |
| iGPU | — | 29.7 tok/s |
| CPU | — | 37.5 tok/s |
1import openvino_genai as og
2pipe = og.LLMPipeline("SmolLM3-3B-int4-cw-ov", "NPU", MAX_PROMPT_LEN=4096)
3print(pipe.generate("Hello!", og.GenerationConfig(max_new_tokens=64)))~/models and
python nollama.py --model-dir ~/models/SmolLM3-3B-int4-cw-ov.