-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
[Frontend] [Core] Integrate Tensorizer in to S3 loading machinery, allow passing arbitrary arguments during save/load #19619
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
simon-mo
merged 23 commits into
vllm-project:main
from
coreweave:sangstar/tensorizer-args
Jul 8, 2025
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
741f111
feat: Improve tensorizer S3 handling and arg passing
sangstar 14413dd
fix: Refine `TensorizerConfig`'s `MutableMapping` implementation
sangstar b548d40
style: Run pre-commit
sangstar 45c9c74
tests: Use timeout method compatible with all supported Python versions
sangstar c483863
tests: Add `is not None` assertion for mypy
sangstar e9224e5
fix: Add changes to appease `mypy`
sangstar 62482cb
style: Re-run `yapf`
sangstar e0e6f4b
fix: Ensure `TensorizerConfig` becomes serializable dict
sangstar 8d2c0c7
style: Re-run ruff
sangstar 4a284ab
fix: Rename `tensorizer_config_is_validated`
sangstar 3c1c349
fix: Rename and fix config validation fn
sangstar a534e59
chore: Fix typo in docstring
sangstar 115225a
fix: Revert private attribute naming for some `TensorizerConfig` fields
sangstar 0dfb3e1
fix: Additionally revert `model_class` parameter name change
sangstar c1160e9
chore: Apply suggested change
sangstar 5f469d7
chore: Fix linting for previous change
sangstar 66b7832
style: Run `isort`
sangstar e073d54
chore: Update `tensorizer` versions
sangstar cbe7bb8
chore: Update `tensorizer` version in `test.txt`
sangstar ab44e9d
chore: Remove semantic versioning, use pinned `2.10.1`
sangstar 31b3633
fix: Fix `tensorizer_config` naming to `tensorizer_config_dict`
sangstar 6b953e9
chore: Fix LoRA CLI args and docstring
sangstar 092b045
chore: Rm backticks
sangstar 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # testing | ||
| pytest | ||
| tensorizer>=2.9.0 | ||
| tensorizer==2.10.1 | ||
| pytest-forked | ||
| pytest-asyncio | ||
| pytest-rerunfailures | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| # testing | ||
| pytest | ||
| tensorizer>=2.9.0 | ||
| tensorizer==2.10.1 | ||
| pytest-forked | ||
| pytest-asyncio | ||
| pytest-rerunfailures | ||
|
|
||
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
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.