We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edeb0f commit b4de8c5Copy full SHA for b4de8c5
2 files changed
bitsandbytes/optim/adam.py
@@ -3,7 +3,6 @@
3
# This source code is licensed under the MIT license found in the
4
# LICENSE file in the root directory of this source tree.
5
6
-import warnings
7
from bitsandbytes.optim.optimizer import Optimizer2State
8
9
bitsandbytes/optim/adamw.py
@@ -2,8 +2,8 @@
2
#
+
class AdamW(Optimizer2State):
0 commit comments