summaryrefslogtreecommitdiff
path: root/bitsandbytes
diff options
context:
space:
mode:
authorTim Dettmers <dettmers@cs.washington.edu>2021-10-07 08:39:38 -0700
committerTim Dettmers <dettmers@cs.washington.edu>2021-10-07 08:39:38 -0700
commit7923c4a06615456353476a6e07e9296f0c13f776 (patch)
treefd8b2faabf7c46bdf46aaf7203c29f6fd83fcff6 /bitsandbytes
parent7439924891496025edf60c9da6a782f362a50c70 (diff)
Changed from testpypi to pypi. Release 0.0.24
Diffstat (limited to 'bitsandbytes')
-rw-r--r--bitsandbytes/optim/lamb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitsandbytes/optim/lamb.py b/bitsandbytes/optim/lamb.py
index b8d4b1e..58cc13d 100644
--- a/bitsandbytes/optim/lamb.py
+++ b/bitsandbytes/optim/lamb.py
@@ -2,7 +2,6 @@
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
-import apex
from bitsandbytes.optim.optimizer import Optimizer2State
class LAMB(Optimizer2State):