-
Notifications
You must be signed in to change notification settings - Fork 553
feat(export): export each decoder layer as layerwise calibration finishes it #2136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e1a06b3
fix(hf_ptq): detect layerwise recipes whose algorithm parses as a dict
Fridah-nv b7e1622
feat(export): export each decoder layer as layerwise calibration fini…
Fridah-nv 053b1df
feat(export): support accelerate offload in per-layer export
Fridah-nv f33a399
fix(export): close review findings in per-layer export
Fridah-nv 88ae24e
refactor(export): make ExportContext the single state owner in layerw…
Fridah-nv d3b97dc
docs(export): compact the comments in the layerwise export path
Fridah-nv 21ecccd
fix(hf_ptq): keep the layerwise resume manifest alongside its shards
Fridah-nv e887c5a
fix(export): adopt the name-based tied-weight map in per-layer export
Fridah-nv 8c1673f
fix(export): refuse to overwrite layer shards when the resume record …
Fridah-nv 5b45897
fix(export): repair the doc build and mypy on the layerwise export path
Fridah-nv 24ecfbb
fix(export): address PR review on the layerwise export path
Fridah-nv 39c80d7
fix(export): bind shards to their run, and keep resume state out of t…
Fridah-nv 90aa931
fix(export): derive the layerwise resume dir instead of overriding it
Fridah-nv a06e61e
docs(export): trim the layerwise export comments and docstrings
Fridah-nv c5f9e38
fix(hf_ptq): derive the resume dir for list-form algorithms too
Fridah-nv 4074508
fix(export): let the fusion probe run after a qdq-from-prev capture
Fridah-nv 0d2e78b
fix(hf_ptq): scope layerwise export and resume to the one exporting pass
Fridah-nv 2540775
fix(export): re-check the format gate once the first layer is calibrated
Fridah-nv ee8111f
test(export): fold the near-duplicate layerwise export cases into tables
Fridah-nv 333d2dc
fix(export): stop the resume dir growing per layer, and close four re…
Fridah-nv b98c24d
refactor(export): one format gate, and cross resume with every export…
Fridah-nv eed0019
fix(hf_ptq): scope the qdq-from-prev layer reset to the exporting run
Fridah-nv 2c85487
test(export): pin that the index routes every key to the shard holdin…
Fridah-nv bb8364b
revert(export): drop the sibling-expert replay, which cannot fire
Fridah-nv 30c91eb
fix(hf_ptq): announce the forced --skip_generate, and state its real …
Fridah-nv 640c011
refactor(export): convert each layer in place, dropping transient_mod…
Fridah-nv 2674269
refactor(export): drop the run-identity file, and build the module ma…
Fridah-nv 42e1ea8
docs(export): name the layer pipeline, and cut the commentary to its …
Fridah-nv 68f4095
refactor(export): drop the storage-alias copy and the tied-weight dedup
Fridah-nv 851e613
refactor(export): hand the exporter its inputs instead of a probe clo…
Fridah-nv 589be3a
fix(export): treat a manifest with no resume point as no resume record
Fridah-nv b78b331
fix(export): give the fusion probe no cache, since Cache.reset() keep…
Fridah-nv 0676ed4
refactor(export): replay the captured kwargs as they are, cache included
Fridah-nv a5e39fb
docs(export): keep only the comments that record a hazard
Fridah-nv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
|
Fridah-nv marked this conversation as resolved.
|
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.