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 0f0fa5d commit 2969467Copy full SHA for 2969467
tests/models/quantization/test_bitsandbytes.py
@@ -17,7 +17,7 @@
17
18
pytestmark = pytest.mark.skipif(
19
current_platform.is_rocm() and on_gfx9(),
20
- reason="bitsandbytes quantization not supported on Instinct (warp size 64 limitation)",
+ reason="bitsandbytes quantization not supported on gfx9 (warp size 64 limitation)",
21
)
22
23
models_4bit_to_test = [
0 commit comments