diff options
Diffstat (limited to 'bitsandbytes/optim')
-rw-r--r-- | bitsandbytes/optim/lamb.py | 1 |
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): |