summaryrefslogtreecommitdiff
path: root/bitsandbytes/optim/lamb.py
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2021-10-07 09:55:28 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2021-10-07 09:55:28 -0700
commit20294dc0f23737f4b7241958b83d3b58e293337f (patch)
treedc024380485b0a3e829da6150bc7cb644fd71f75 /bitsandbytes/optim/lamb.py
parent5f95b5253f4936080479c909724601b342da1c18 (diff)
parent7923c4a06615456353476a6e07e9296f0c13f776 (diff)
Merge branch 'main' of github.com:facebookresearch/bitsandbytes into main
Diffstat (limited to 'bitsandbytes/optim/lamb.py')
-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):