Views
No views yet
rt_info).optimum-cli export openvino \
--model Qwen/Qwen3-30B-A3B-Thinking-2507 \
--weight-format int4 \
--trust-remote-code \
Qwen3-30B-A3B-Thinking-2507-int4-ovopenvino_model.bin
(sha256 f6afe8bb73031387a1831dce0d987210311e47d1dbc38b3a47d642ef62697d09)
is byte-identical to the independently published
livrrr/Qwen3-30B-A3B-Thinking-2507-int4-ov.
Two independent runs of the official export pipeline agree bit-for-bit —
NNCF data-free int4 compression is deterministic — so neither repo asks for
trust: verify the hash yourself.<think> tag, so responses contain reasoning text terminated by </think>,
then the answer. Parse accordingly.max_new_tokens can be consumed entirely by reasoning, returning a reply
with no post-</think> content. Give it room (2k+ for short answers, much
more for long-form tasks).OFFLOAD_RATIO streams expert weights from disk to fit tight VRAM budgets;
without XMX hardware that property is a silent no-op.python nollama.py --model-dir Qwen3-30B-A3B-Thinking-2507-int4-ov --device CPU --cache-size-gb 12--cache-size-gb sizes the KV pool
(~12 GB holds a ~95k-token prompt for this geometry).