Skip to content

Add Qwen3-1.7B iOS and macOS export support - #196

Open
stikves wants to merge 2 commits into
apple:mainfrom
stikves:sukru/qwen3-1.7b
Open

Add Qwen3-1.7B iOS and macOS export support#196
stikves wants to merge 2 commits into
apple:mainfrom
stikves:sukru/qwen3-1.7b

Conversation

@stikves

@stikves stikves commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Register Qwen3-1.7B in the model registry for both macOS (4-bit) and iOS (mixed 4-bit/8-bit palettized) platforms. Add the mixed quantization config yaml and HuggingFace metadata entry.

Perplexity: 20.96 (float16) → 21.19 (mixed 4/8-bit, 5.43 BPW).

Closes #116

Register Qwen3-1.7B in the model registry for both macOS (4-bit) and
iOS (mixed 4-bit/8-bit palettized) platforms. Add the mixed quantization
config yaml and HuggingFace metadata entry.

Perplexity: 20.96 (float16) → 21.19 (mixed 4/8-bit, 5.43 BPW).
Comment thread models/qwen3/README.md
| Model | Parameters | macOS | iOS |
| ---------- | ---------- | ----- | --- |
| Qwen3 0.6B | 0.6B | Yes | Yes |
| Qwen3 1.7B | 1.7B | Yes | Yes |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make sure we tested AOT compilation + on-device specialization for this iOS variant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Qwen3-1.7B support for iOS

2 participants