Skip to content

Commit 2969467

Browse files
authored
Update test_bitsandbytes.py
1 parent 0f0fa5d commit 2969467

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
@@ -17,7 +17,7 @@
1717

1818
pytestmark = pytest.mark.skipif(
1919
current_platform.is_rocm() and on_gfx9(),
20-
reason="bitsandbytes quantization not supported on Instinct (warp size 64 limitation)",
20+
reason="bitsandbytes quantization not supported on gfx9 (warp size 64 limitation)",
2121
)
2222

2323
models_4bit_to_test = [

0 commit comments

Comments
 (0)