-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
HFQuantizer implementation for compressed-tensors library #31704
HFQuantizer implementation for compressed-tensors library #31704
Commits on Jun 5, 2024
-
Add compressed-tensors HFQuantizer implementation
Benjamin committedJun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for d695ec3 - Browse repository at this point
Copy the full SHA d695ec3View commit details -
Benjamin committed
Jun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for f468964 - Browse repository at this point
Copy the full SHA f468964View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41224d3 - Browse repository at this point
Copy the full SHA 41224d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61bfb9 - Browse repository at this point
Copy the full SHA b61bfb9View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff8f1c5 - Browse repository at this point
Copy the full SHA ff8f1c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cb55d - Browse repository at this point
Copy the full SHA c1cb55dView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef9d3f1 - Browse repository at this point
Copy the full SHA ef9d3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117d050 - Browse repository at this point
Copy the full SHA 117d050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1901c3e - Browse repository at this point
Copy the full SHA 1901c3eView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ca270d - Browse repository at this point
Copy the full SHA 3ca270dView commit details
Commits on Jun 28, 2024
-
Benjamin committed
Jun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 9a14b09 - Browse repository at this point
Copy the full SHA 9a14b09View commit details -
Benjamin committed
Jun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for ec59052 - Browse repository at this point
Copy the full SHA ec59052View commit details -
Benjamin committed
Jun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 520ded8 - Browse repository at this point
Copy the full SHA 520ded8View commit details -
Benjamin committed
Jun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 7dec8fc - Browse repository at this point
Copy the full SHA 7dec8fcView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afb550d - Browse repository at this point
Copy the full SHA afb550dView commit details -
add test skip for when compressed tensors is not installed
Benjamin committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for d9b3660 - Browse repository at this point
Copy the full SHA d9b3660View commit details -
remove pydantic import + style
Benjamin committedJul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for e51ac59 - Browse repository at this point
Copy the full SHA e51ac59View commit details -
Benjamin committed
Jul 25, 2024 Configuration menu - View commit details
-
Copy full SHA for ccb5442 - Browse repository at this point
Copy the full SHA ccb5442View commit details
Commits on Jul 30, 2024
-
Benjamin committed
Jul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for bfd9220 - Browse repository at this point
Copy the full SHA bfd9220View commit details -
update main init for compressed tensors config
Benjamin committedJul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 71a80f9 - Browse repository at this point
Copy the full SHA 71a80f9View commit details -
Benjamin committed
Jul 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 547f9cc - Browse repository at this point
Copy the full SHA 547f9ccView commit details
Commits on Jul 31, 2024
-
Benjamin committed
Jul 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 8acbc09 - Browse repository at this point
Copy the full SHA 8acbc09View commit details -
Benjamin committed
Jul 31, 2024 Configuration menu - View commit details
-
Copy full SHA for eaa5f20 - Browse repository at this point
Copy the full SHA eaa5f20View commit details
Commits on Aug 6, 2024
-
Apply suggestions from code review
Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ba75fb - Browse repository at this point
Copy the full SHA 4ba75fbView commit details -
Benjamin committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 94ea0d3 - Browse repository at this point
Copy the full SHA 94ea0d3View commit details -
Benjamin committed
Aug 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c48840d - Browse repository at this point
Copy the full SHA c48840dView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab74d26 - Browse repository at this point
Copy the full SHA ab74d26View commit details
Commits on Aug 20, 2024
-
comments - suppress warnings on state dict load, tests, fixes
Benjamin committedAug 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 2ecf711 - Browse repository at this point
Copy the full SHA 2ecf711View commit details
Commits on Aug 22, 2024
-
bug-fix - remove unnecessary call to apply quant lifecycle
Benjamin committedAug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for e1ae504 - Browse repository at this point
Copy the full SHA e1ae504View commit details
Commits on Aug 30, 2024
-
Sara Adkins committed
Aug 30, 2024 Configuration menu - View commit details
-
Copy full SHA for ea9e927 - Browse repository at this point
Copy the full SHA ea9e927View commit details
Commits on Sep 3, 2024
-
revert changes not needed for compression
Sara Adkins committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c3ad5c - Browse repository at this point
Copy the full SHA 1c3ad5cView commit details -
no longer need unexpected keys fn
Sara Adkins committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for aa1a4f9 - Browse repository at this point
Copy the full SHA aa1a4f9View commit details -
unexpected keys not needed either
Sara Adkins committedSep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 81a13dd - Browse repository at this point
Copy the full SHA 81a13ddView commit details
Commits on Sep 9, 2024
-
Apply suggestions from code review
Co-authored-by: Marc Sun <57196510+SunMarc@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f53d7b9 - Browse repository at this point
Copy the full SHA f53d7b9View commit details -
Sara Adkins committed
Sep 9, 2024 Configuration menu - View commit details
-
Copy full SHA for d8f7073 - Browse repository at this point
Copy the full SHA d8f7073View commit details
Commits on Sep 11, 2024
-
update docs and expand testing
Sara Adkins committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c4fbf70 - Browse repository at this point
Copy the full SHA c4fbf70View commit details
Commits on Sep 17, 2024
-
Merge remote-tracking branch 'upstream/main' into compressed-tensors-…
…quantizer
Sara Adkins committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 1992a88 - Browse repository at this point
Copy the full SHA 1992a88View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 298a638 - Browse repository at this point
Copy the full SHA 298a638View commit details
Commits on Sep 23, 2024
-
Update src/transformers/utils/quantization_config.py
Co-authored-by: Arthur <48595927+ArthurZucker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cb4415 - Browse repository at this point
Copy the full SHA 3cb4415View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a943157 - Browse repository at this point
Copy the full SHA a943157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f475a - Browse repository at this point
Copy the full SHA 64f475aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fabe8a3 - Browse repository at this point
Copy the full SHA fabe8a3View commit details