Views
No views yet
| Property | Value |
|---|---|
| Base model | Qwen/Qwen3.5-0.8B |
| Architecture | Qwen3.5 (hybrid linear-attention + full-attention) |
| Weight format | NF4 (4-bit NormalFloat) |
| Quantization | Symmetric, channel-wise (group_size=-1) |
| 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 nf4 \
8 --group-size -1 \
9 Qwen3.5-0.8B_nf4_sym_group-1_dyn_stateful