forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Allow passing arbitrary Tensorizer serialization and deserialization kwargs; update docs #7
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
sangstar
merged 24 commits into
sangstar/tensorizer-aws-update-and-any-kwargs
from
sangstar/update-tensorizer-frontend-and-docs
Jun 12, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
adf4bd3
tests: Add support for unit testing within the worker processes
sangstar b349690
fix: Add a `._debug_ctx`, arbitrary serializer and deserializer kwargs
sangstar 2a3375c
fix: Add `--serialization-kwargs` support to `tensorize_vllm_model.py…
sangstar 2fe2570
fix: Rm pointless `._debug_ctx` attribute
sangstar 66fe8aa
tests: Rm `_debug` in initializer
sangstar 0dc3b6f
fix: Add test to confirm `deserialization_kwargs` passed to `TensorDe…
sangstar f85a816
fix: Add `stream_kwargs` and add test for it
sangstar 6c862f5
tests: Update entrypoint test to include new kwargs, add other test
sangstar dcd5286
docs: Update md on using Tensorizer with vLLM
sangstar 2b818ab
tests: Print outputs from subprocesses for test
sangstar 927625a
docs: Fix link
sangstar 0faa197
docs: Add more updates to md
sangstar b46b588
docs: Clarify model tensors location
sangstar b22eac1
fix: Allow parsing JSON strings with newlines
sangstar ca73096
tests: Confirm server starts successfully for `vllm serve` test
sangstar 2626504
Update docs/models/extensions/tensorizer.md
sangstar 44d25f9
Apply suggestions from code review
sangstar 2cefde1
fix: Properly assert type for serialization/deserialization args
sangstar 3eabef5
tests: Resolve review comments on tests
sangstar eaebcca
docs: Add clarifications on deprecated args, usage doc
sangstar b51ee42
Apply suggestions from code review
sangstar a0ff85b
Update docs/models/extensions/tensorizer.md
sangstar 2a8a617
Update examples/others/tensorize_vllm_model.py
sangstar 6127ddb
fix: Implement changes from second review
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
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.