Skip to content

Commit ad2dbbf

Browse files
committed
Fix indentation
1 parent 9fe767d commit ad2dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/quantization/test_bitsandbytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
pytestmark = pytest.mark.skipif(
2020
on_gfx9(),
2121
reason="bitsandbytes quantization not supported on gfx9 (warp size 64 limitation)",
22-
)
22+
)
2323

2424
models_4bit_to_test = [
2525
("facebook/opt-125m", "quantize opt model inflight"),

0 commit comments

Comments
 (0)