-
Notifications
You must be signed in to change notification settings - Fork 162
Stream AutoScheme's per-layer sensitivity scoring block-by-block #2063
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
dac780c
Add AR_DISK_STREAM_MODEL and AR_RESUME_DIR env vars
aquilarubra 083bb44
Add disk-streaming primitive for per-block checkpoint materialization
aquilarubra eaaf80c
context/model: build meta-device skeleton under AR_DISK_STREAM_MODEL
aquilarubra c90acd4
offload: materialize/reload blocks from meta correctly
aquilarubra a72847b
offload: use a deterministic offload dir when AR_RESUME_DIR is set
aquilarubra 011874a
compressors/base: propagate model_dir to offloader; defer resume clear
aquilarubra 97696fe
compressors/data_driven: honor disk streaming outside resumability
aquilarubra a863e84
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 933cb6b
Strip leaked internal-repo comments; fix meta-materialize dtype bug
aquilarubra 09450c8
Add unit tests for disk_stream_util.py primitives
aquilarubra de38945
Re-trigger CI (unrelated HF Hub 503 flake on test_gptoss)
aquilarubra b60e864
Re-trigger CI (retest after flaky VRAM/RAM perf checks and llmc_forma…
22e0c2d
Re-trigger CI (unrelated HF Hub 503 flake on test_gptoss)
aquilarubra 06f1a0b
Re-trigger CI (retest after flaky VRAM/RAM perf checks and llmc_forma…
949ff2c
Add AR_DISK_STREAM_MODEL and AR_RESUME_DIR env vars
aquilarubra 0050b4d
Re-trigger CI (unrelated HF Hub 503 flake on test_gptoss)
aquilarubra 11d1d45
compressors/data_driven: resumable standard tuning loop (AR_RESUME_DIR)
aquilarubra d9cc0fc
Add ResumeState: crash/resume checkpointing for the tuning loop
aquilarubra f595ce1
shard_writer: discover pre-existing shards to resume across processes
aquilarubra 3140a5f
export: skip pack_layer() for a resumed, still-meta layer
aquilarubra e0ca142
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d7f0e36
Strip leaked internal-repo comment markers
aquilarubra 995afea
Add unit and integration tests for AR_RESUME_DIR
aquilarubra ead1eda
Re-trigger CI (retest after flaky VRAM/RAM perf checks and llmc_forma…
2092f07
Fix envs.py syntax corrupted during rebase conflict resolution
aquilarubra 7434f22
auto_scheme: disk-streaming support prep (gen_auto_scheme low_cpu_mem…
aquilarubra b9eb98f
auto_scheme: stream per-layer sensitivity scoring block-by-block
aquilarubra 8f14123
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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
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
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.
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.