-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix TorchAO related bugs; revert device_map changes #10371
Merged
+350
−125
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
03049aa
Revert "Add support for sharded models when TorchAO quantization is e…
a-r-r-o-w 1a29a99
update tests
a-r-r-o-w c6651f9
udpate
a-r-r-o-w 87bb2fe
update
a-r-r-o-w ba1269d
update
a-r-r-o-w bc47057
Merge branch 'main' into fix-torchao-related-bugs
a-r-r-o-w 1873bb7
update device map tests
a-r-r-o-w d0b718a
apply review suggestions
a-r-r-o-w a10f19c
update
a-r-r-o-w fb8b44e
make style
a-r-r-o-w 2bd9302
fix
a-r-r-o-w 651666d
update docs
a-r-r-o-w d1b6405
update tests
a-r-r-o-w 1dcd24e
update workflow
a-r-r-o-w e5dcdec
update
a-r-r-o-w 1ae9fec
improve tests
a-r-r-o-w 2663e94
allclose tolerance
a-r-r-o-w 9f98833
Update src/diffusers/models/modeling_utils.py
a-r-r-o-w b7de749
Update tests/quantization/torchao/test_torchao.py
a-r-r-o-w 77a3456
Merge branch 'main' into fix-torchao-related-bugs
a-r-r-o-w 3e72979
improve tests
a-r-r-o-w a98a184
fix
a-r-r-o-w fa33949
update correct slices
a-r-r-o-w 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
Loading status checks…
update
commit e5dcdec03fe53d200cf996531e104e92877ab858
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
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.
Cc: @jerryzh168. Is this known?