Views
No views yet
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3.5-0.8B |
| Architecture | Qwen3.5 (hybrid linear-attention + full-attention) |
| Weight format | INT4 (4-bit integer) |
| Quantization | Symmetric, group_size=128 |
| Shapes | Dynamic |
| State management | Stateful (KV cache + conv/recurrent states) |
cache_params.past.{conv,ssm}.N).1pip install git+https://github.com/rkazants/optimum-intel.git@support_qwen3_5
2pip install --pre -U openvino openvino-tokenizers nncf --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
3pip install transformers==5.2.0
4
5optimum-cli export openvino \
6 --model Qwen/Qwen3.5-0.8B \
7 --weight-format int4 \
8 --group-size 128 \
9 --sym \
10 Qwen3.5-0.8B_int4_sym_group128_dyn_stateful