Skip to content

Commit 60c0dac

Browse files
committed
fix: test_bnb_optimizer
1 parent 01d4470 commit 60c0dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_create_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def test_create_optimizer():
1212

1313

1414
def test_bnb_optimizer():
15-
with pytest.raises(NotImplementedError):
15+
with pytest.raises(ImportError):
1616
load_optimizer('bnb_adamw8bit')

0 commit comments

Comments
 (0)