Skip to content

Commit a39949a

Browse files
committed
Update rocm.py
Signed-off-by: sstamenk <strahinja.stamenkovic@amd.com>
1 parent 26342aa commit a39949a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/platforms/rocm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class RocmPlatform(Platform):
185185
"petit_nvfp4",
186186
"torchao",
187187
]
188-
# bitsandbytes quantization not supported on Instinct (warp size 64 limitation)
188+
# bitsandbytes quantization not supported on gfx9 (warp size 64 limitation)
189189
if not on_gfx9():
190190
supported_quantization += ["bitsandbytes"]
191191

0 commit comments

Comments
 (0)