Qwen3-0.6B for ExecuTorch
ExecuTorch exports of Qwen/Qwen3-0.6B (revision c1899de289a0) for on-device inference with the openweights Android app or any ExecuTorch 1.4.0 runtime.
Files
Every backend is exported at every context window the runner could build (2k to 32k, plus MediaTek's default 512). The window is fixed inside the file: the runtime allocates the whole KV cache at load, so pick the largest window the device can hold (fits_phone_budget in each folder's config.json is the estimate against a 5 GB budget).
| Backend | Target | File | Window | Size | Smoke test |
|---|---|---|---|---|---|
| XNNPACK (CPU) | any arm64 | xnnpack/Qwen3-0.6B-8da4w-2k.pte |
2,048 tokens | 0.50 GB | passed ("Paris") |
| XNNPACK (CPU) | any arm64 | xnnpack/Qwen3-0.6B-8da4w-4k.pte |
4,096 tokens | 0.50 GB | passed ("Paris") |
| XNNPACK (CPU) | any arm64 | xnnpack/Qwen3-0.6B-8da4w-8k.pte |
8,192 tokens | 0.51 GB | passed ("Paris") |
| XNNPACK (CPU) | any arm64 | xnnpack/Qwen3-0.6B-8da4w-16k.pte |
16,384 tokens | 0.53 GB | passed ("Paris") |
| Qualcomm QNN (HTP) | SM8650 (Snapdragon 8 Gen 3) | qnn/sm8650/Qwen3-0.6B-qnn-hybrid-2k.pte |
2,048 tokens | 0.67 GB | structure checked (no host NPU runtime) |
| Qualcomm QNN (HTP) | SM8750 (Snapdragon 8 Elite) | qnn/sm8750/Qwen3-0.6B-qnn-hybrid-2k.pte |
2,048 tokens | 0.66 GB | structure checked (no host NPU runtime) |
| Qualcomm QNN (HTP) | SM8750 (Snapdragon 8 Elite) | qnn/sm8750/Qwen3-0.6B-qnn-hybrid-4k.pte |
4,096 tokens | 0.69 GB | structure checked (no host NPU runtime) |
| MediaTek NeuroPilot | MT6989 (Dimensity 9300) | mtk/mt6989/Qwen3-0.6B-neuropilot-a16w4-512-chunk1of4.pte |
512 tokens | 0.09 GB | structure checked (no host NPU runtime) |
| MediaTek NeuroPilot | MT6989 (Dimensity 9300) | mtk/mt6989/Qwen3-0.6B-neuropilot-a16w4-512-chunk2of4.pte |
512 tokens | 0.09 GB | structure checked (no host NPU runtime) |
| MediaTek NeuroPilot | MT6989 (Dimensity 9300) | mtk/mt6989/Qwen3-0.6B-neuropilot-a16w4-512-chunk3of4.pte |
512 tokens | 0.09 GB | structure checked (no host NPU runtime) |
| MediaTek NeuroPilot | MT6989 (Dimensity 9300) | mtk/mt6989/Qwen3-0.6B-neuropilot-a16w4-512-chunk4of4.pte |
512 tokens | 0.17 GB | structure checked (no host NPU runtime) |
MediaTek folders also hold the token embedding table the NeuroPilot runner reads from disk, shared by every window: mtk/mt6989/Qwen3-0.6B-neuropilot-embedding-fp32.bin.
Tokenizer: tokenizer.json, copied unchanged from the source repo. Each backend folder has a config.json listing every window as a variant with the metadata the .pte reports, and an export-report-<window>.json per file with the full export record.
Memory
- XNNPACK (CPU) at 2,048 tokens: the KV cache costs 229,376 bytes per token (fp32), 469,762,048 bytes for the whole window, allocated in full when the model loads.
- XNNPACK (CPU) at 4,096 tokens: the KV cache costs 229,376 bytes per token (fp32), 939,524,096 bytes for the whole window, allocated in full when the model loads.
- XNNPACK (CPU) at 8,192 tokens: the KV cache costs 229,376 bytes per token (fp32), 1,879,048,192 bytes for the whole window, allocated in full when the model loads.
- XNNPACK (CPU) at 16,384 tokens: the KV cache costs 229,376 bytes per token (fp32), 3,758,096,384 bytes for the whole window, allocated in full when the model loads.
How it was made
- XNNPACK (CPU) any arm64: ExecuTorch 1.4.0
export_llm: 8-bit dynamic activations and 4-bit weights in groups of 32, int8 per-channel embeddings, XNNPACK with extended ops, prefill chunk 2048, fp32 KV cache. Built by run 1. - Qualcomm QNN (HTP) SM8650 (Snapdragon 8 Gen 3): ExecuTorch 1.4.0 Qualcomm static LLM (
examples/qualcomm/oss_scripts/llama,--decoder_model qwen3-0_6b): the quantization recipe ExecuTorch registers for this model, calibrated on wikitext (1 sample), hybrid prefill (128 tokens per step) and decode graphs compiled with QAIRT 2.37.0.250724 for SM8650 (Snapdragon 8 Gen 3). Built by run 1. - Qualcomm QNN (HTP) SM8750 (Snapdragon 8 Elite): ExecuTorch 1.4.0 Qualcomm static LLM (
examples/qualcomm/oss_scripts/llama,--decoder_model qwen3-0_6b): the quantization recipe ExecuTorch registers for this model, calibrated on wikitext (1 sample), hybrid prefill (128 tokens per step) and decode graphs compiled with QAIRT 2.37.0.250724 for SM8750 (Snapdragon 8 Elite). Built by run 1. - MediaTek NeuroPilot MT6989 (Dimensity 9300): ExecuTorch 1.4.0 MediaTek LLM export (
examples/mediatek,qwen.py): A16W4 (16-bit activations, 4-bit weights) calibrated on MediaTek'salpaca.txtprompts (9 of 9) in the qwen3.json chat template, cut into 4 chunks, with a 128-token prompt graph and a one-token generation graph over a 512-token cache, compiled with MediaTek NeuroPilot Express SDK (mtk_converter 8.13.0+public, mtk_neuron 8.2.23) for MT6989 (Dimensity 9300). Built by run 1.
License
A quantized derivative of Qwen/Qwen3-0.6B, distributed under the same terms (apache-2.0).
The upstream license files are included unchanged: LICENSE.
The qnn/ folders hold QNN HTP context binaries compiled with the Qualcomm AI Runtime SDK (QAIRT) 2.37.0.250724 from Qualcomm Technologies, Inc., used under its AI Stack License. No Qualcomm SDK or runtime library is included; running them needs the matching QNN runtime (for example executorch-android-qnn 1.4.0, which depends on qnn-runtime 2.37.0).
The mtk/ folders hold model binaries compiled with the MediaTek NeuroPilot Express SDK 8.0.8-build20250925 (mtk_converter 8.13.0+public, mtk_neuron 8.2.23) from MediaTek Inc., used under MediaTek's license terms for that SDK. No MediaTek SDK or runtime library is included. They run on MediaTek's LLM runner from ExecuTorch (examples/mediatek/executor_runner) with the device's NeuroPilot runtime; the settings it needs are in each folder's config.json, under each variant's runner.
- Downloads last month
- 51