Skip to content

Commit 6230a5d

Browse files
committed
Fix indentation
Signed-off-by: sstamenk <[email protected]>
1 parent 9fe767d commit 6230a5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/models/quantization/test_bitsandbytes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
if current_platform.is_rocm():
1818
from vllm.platforms.rocm import on_gfx9
19+
1920
pytestmark = pytest.mark.skipif(
2021
on_gfx9(),
2122
reason="bitsandbytes quantization not supported on gfx9 (warp size 64 limitation)",
22-
)
23+
)
2324

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

0 commit comments

Comments
 (0)