Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new model folder for Qwen/Qwen3-0.6B with Olive recipes targeting CPU, CUDA, and WebGPU execution providers, intended to complement the quantized Qwen-3 recipes added elsewhere.
Changes:
- Added CPU (FP32) ModelBuilder recipe + metadata/README.
- Added CUDA (FP16) ModelBuilder recipe + metadata/README.
- Added WebGPU (FP16) ModelBuilder recipe + metadata/README, plus a model-local LICENSE file.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Qwen-Qwen3-0.6B/LICENSE | Adds Apache-2.0 license text for the model folder. |
| Qwen-Qwen3-0.6B/cpu/info.yaml | Registers the CPU FP32 recipe for discovery. |
| Qwen-Qwen3-0.6B/cpu/README.md | Documents how to run the CPU recipe. |
| Qwen-Qwen3-0.6B/cpu/Qwen-Qwen3-0.6B_cpu_fp32.json | Olive config to export/build FP32 on CPU EP. |
| Qwen-Qwen3-0.6B/cuda/info.yaml | Registers the CUDA FP16 recipe for discovery. |
| Qwen-Qwen3-0.6B/cuda/README.md | Documents how to run the CUDA recipe. |
| Qwen-Qwen3-0.6B/cuda/Qwen-Qwen3-0.6B_cuda_fp16.json | Olive config to export/build FP16 on CUDA EP. |
| Qwen-Qwen3-0.6B/webgpu/info.yaml | Registers the WebGPU FP16 recipe for discovery. |
| Qwen-Qwen3-0.6B/webgpu/README.md | Documents how to run the WebGPU recipe. |
| Qwen-Qwen3-0.6B/webgpu/Qwen-Qwen3-0.6B_webgpu_fp16.json | Olive config to export/build FP16 on WebGPU EP. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jambayk
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a recipe for Qwen-3 0.6B on the CPU EP.
Motivation and Context
The Qwen-3 0.6B variant that uses KLD gradient with a ratio of 0.65 shows the best tradeoff for MMLU vs. model size when quantized. The recipes in the broader PR are for other variants.
Results
Sample size = 1000