We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d4470 commit 60c0dacCopy full SHA for 60c0dac
tests/test_create_optimizer.py
@@ -12,5 +12,5 @@ def test_create_optimizer():
12
13
14
def test_bnb_optimizer():
15
- with pytest.raises(NotImplementedError):
+ with pytest.raises(ImportError):
16
load_optimizer('bnb_adamw8bit')
0 commit comments