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 ab26c4e commit 62f10a0Copy full SHA for 62f10a0
tests/examples/vlm_ptq/test_qwen_vl.py
@@ -22,5 +22,5 @@
22
23
@pytest.mark.parametrize("quant", ["fp8"])
24
@minimum_gpu(2)
25
-def test_llava_multi_gpu(quant):
+def test_qwen_vl_multi_gpu(quant):
26
run_vlm_ptq_command(model=QWEN_VL_PATH, quant=quant)
0 commit comments