Skip to content

Commit 62f10a0

Browse files
committed
Fix
Signed-off-by: Chenjie Luo <[email protected]>
1 parent ab26c4e commit 62f10a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/vlm_ptq/test_qwen_vl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

2323
@pytest.mark.parametrize("quant", ["fp8"])
2424
@minimum_gpu(2)
25-
def test_llava_multi_gpu(quant):
25+
def test_qwen_vl_multi_gpu(quant):
2626
run_vlm_ptq_command(model=QWEN_VL_PATH, quant=quant)

0 commit comments

Comments
 (0)