Skip to content

Commit 0f0fa5d

Browse files
committed
Update comment
Signed-off-by: sstamenk <[email protected]>
1 parent 494b4d6 commit 0f0fa5d

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 is not supported on GPUs with warp size 64 (gfx9)
188+
# bitsandbytes quantization not supported on Instinct (warp size 64 limitation)
189189
if not on_gfx9():
190190
supported_quantization += ["bitsandbytes"]
191191

0 commit comments

Comments
 (0)