From 7923c4a06615456353476a6e07e9296f0c13f776 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Thu, 7 Oct 2021 08:39:38 -0700 Subject: Changed from testpypi to pypi. Release 0.0.24 --- bitsandbytes/optim/lamb.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitsandbytes') 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): -- cgit v1.2.3