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 9fe767d commit ad2dbbfCopy full SHA for ad2dbbf
tests/models/quantization/test_bitsandbytes.py
@@ -19,7 +19,7 @@
19
pytestmark = pytest.mark.skipif(
20
on_gfx9(),
21
reason="bitsandbytes quantization not supported on gfx9 (warp size 64 limitation)",
22
-)
+ )
23
24
models_4bit_to_test = [
25
("facebook/opt-125m", "quantize opt model inflight"),
0 commit comments