Qwen3-1.7B published on Apple Metal
Shipped in the first Metal package alongside the three Qwen2.5 sizes. Engine-wide changes are on the lane page.
The 1.7B base checkpoint on Apple Silicon. Qwen3 is not Qwen2.5 with a new number on it — the attention block gained QK-Norm and lost the qkv bias — so it needed its own adapter and its own proof that the adapter is right.
| Size | Short name | Checkpoint | On device | Layers | Hidden | Heads (Q / KV) | Context |
|---|---|---|---|---|---|---|---|
| Qwen3-1.7B | 1.7b | 3,281 MiB | 923 MiB | 28 | 2,048 | 16 / 8 | 32,768 |
Measured on an Apple M4 Pro, 2026-09-20, with the published core. 0 MiB copied verbatim.
$ huggingface-cli download Qwen/Qwen3-1.7B $ veizik run 1.7b "Explain attention." device : Apple M4 Pro model : qwen3-1.7b H 2048 layers 28 checkpoint : 3281 MiB checkpoint weights : 923 MiB (0 MiB copied verbatim)
Base checkpoint. This release accepts the base model; instruction-tuned variants are not registered yet.
Greedy decoding only, as with every model in this release.
32,768-token context, refused rather than truncated when exceeded.
A new architecture is where quiet wrongness lives. The check was not "does it produce text" but "does it produce the same numbers as an implementation we already trust".
Shipped in the first Metal package alongside the three Qwen2.5 sizes. Engine-wide changes are on the lane page.
Verified by recall.
Argmax identical at every position against a reference that had itself been checked against transformers.