-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Misc] Add quantization config support for speculative model. #7343
Merged
youkaichao
merged 18 commits into
vllm-project:main
from
ShangmingCai:add_speculative_model_quantization
Aug 16, 2024
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ff7489a
add_speculative_model_quantization
ShangmingCai 76ac656
fix typo
ShangmingCai 199d5bc
fix yapf
ShangmingCai bbd9df4
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai f53bc05
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai 4167673
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai 18d495d
add test
ShangmingCai bdf37e5
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai ce59dc0
fix ruff
ShangmingCai df391a7
fix yapf
ShangmingCai 55a4e82
retrigger ci
ShangmingCai 538e6db
retrigger ci
ShangmingCai 985e5e7
retrigger ci
ShangmingCai 0f52357
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai b882467
modify test code
ShangmingCai b0c468a
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai a0136f0
fix correctness test
ShangmingCai b470f13
Merge branch 'main' into add_speculative_model_quantization
ShangmingCai 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a typo I found when I was working on(#6300). We need this space or we will print 'cannot beother value than 1'. The right one is supposed to be 'cannot be other value than 1'.