-
-
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 ] Refactor w8a8 to use process_weights_after_load
(Simplify Weight Loading)
#5940
Merged
robertgshaw2-neuralmagic
merged 28 commits into
vllm-project:main
from
neuralmagic:unify-fp8-int8-scales
Jun 30, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
fed75ad
remove scales shard indexer fp8 in row parallel linear
8a0d664
stash
7d8e9cd
removed from column parallel linear too
2803761
format
b35a097
Merge branch 'remove-fp8-shard-indexer-row' into unify-fp8-int8-scales
34884c4
refactored w8a8 loading to use process_weights_after_load, which simp…
1429b82
nits
d8b639c
Update compressed_tensors_scheme.py
robertgshaw2-neuralmagic 6117249
clean up PR
ef01048
updated name
76d113a
updated comment
45aefff
format
057dca7
reorder to make pr easier to read
d9f5512
format
c778ad3
remove comment
195650e
format
7e28476
fix tests
198cf45
format
bcb1a07
Merge branch 'main' into unify-fp8-int8-scales
3fbacd0
fix test
ca1d341
Merge branch 'main' into unify-fp8-int8-scales
robertgshaw2-neuralmagic 9418b0b
fix test
robertgshaw2-neuralmagic 8994cfe
push up current state
robertgshaw2-neuralmagic 32c8eb2
rename per cody's request
8e14af6
merge with phi pr, add test, format
10f1889
Update compressed_tensors_w8a8.py
robertgshaw2-neuralmagic 123c930
Merge branch 'upstream-main' into unify-fp8-int8-scales
robertgshaw2-neuralmagic 3857689
Merge branch 'upstream-main' into unify-fp8-int8-scales
robertgshaw2-neuralmagic 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
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
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.
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: could just move this to the per tensor scheme
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.
strategy refers to the weight quantization here