Skip to content
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

[Feature] Support bitsandbytes optimizers #211

Merged
merged 20 commits into from
Oct 7, 2023
Merged

Conversation

kozistr
Copy link
Owner

@kozistr kozistr commented Oct 7, 2023

Problem (Why?)

related to #164, #208

Solution (What/How?)

  • support extra feature bitsandbytes. (install with pytorch-optimizer[bitsandbytes])
  • load 8-bit optimizers with load_optimizer() API.

Other changes (bug fixes, small refactors)

  • update packages

Notes

Bump version into v2.12.0

@kozistr kozistr added dependencies Dependencies feature New features labels Oct 7, 2023
@kozistr kozistr self-assigned this Oct 7, 2023
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Merging #211 (c6fbd24) into main (1c82216) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #211   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           80        80           
  Lines         5732      5738    +6     
=========================================
+ Hits          5732      5738    +6     
Files Coverage Δ
pytorch_optimizer/__init__.py 100.00% <100.00%> (ø)

@kozistr kozistr merged commit 14b6b58 into main Oct 7, 2023
4 checks passed
@kozistr kozistr deleted the feature/bitsandbytes branch October 7, 2023 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies feature New features size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant