Load quantized weights per component - #669
Draft
xiaoyu-work wants to merge 2 commits into
Draft
Conversation
Performance Comparison
|
🏗️ Architecture Diff
No architecture changes detected. ✅ Legend: ⚪ No change · 🔵 Minor (attrs/inits) · 🟡 Moderate (nodes added/removed) · 🔴 Major (interface changed) |
xiaoyu-work
force-pushed
the
refactor/typed-weight-pipeline
branch
from
August 27, 2026 02:41
fabb835 to
b1ea32f
Compare
xiaoyu-work
force-pushed
the
feat/per-component-quantization-loader
branch
from
August 27, 2026 02:41
e3efe95 to
e409b2d
Compare
xiaoyu-work
force-pushed
the
refactor/typed-weight-pipeline
branch
from
August 27, 2026 21:06
b1ea32f to
e02875f
Compare
xiaoyu-work
force-pushed
the
feat/per-component-quantization-loader
branch
from
August 27, 2026 21:08
e409b2d to
a8a5c5b
Compare
xiaoyu-work
force-pushed
the
refactor/typed-weight-pipeline
branch
from
August 27, 2026 21:13
e02875f to
ea9c144
Compare
xiaoyu-work
force-pushed
the
feat/per-component-quantization-loader
branch
from
August 27, 2026 21:22
a8a5c5b to
7562458
Compare
xiaoyu-work
force-pushed
the
refactor/typed-weight-pipeline
branch
from
August 27, 2026 21:30
ea9c144 to
15c0dfc
Compare
Parse authoritative component quantization plans, map component-local modules to HuggingFace names, honor exact and regex float exclusions per projection, and normalize existing packed sidecars through typed codecs. Mobius does not quantize float weights. Signed-off-by: Xiaoyu Zhang <xiaoyuzhang@microsoft.com>
Apply Ruff formatting preserved across the manifest field rename rebase. Signed-off-by: Xiaoyu Zhang <xiaoyuzhang@microsoft.com>
xiaoyu-work
force-pushed
the
feat/per-component-quantization-loader
branch
from
August 27, 2026 21:30
7562458 to
e5ce365
Compare
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.
Summary
component_quantizationplan for each package componentre:modules_to_not_convertrules per projection, rather than collapsing the whole componentper_layer_input_gateandper_layer_projectionmodules floating point while quantizing the rest of the decoderStack
Validation