We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271602b commit efd187fCopy full SHA for efd187f
tests/integration/tests.py
@@ -790,8 +790,7 @@ class TestVllm_p4d:
790
def test_qwen3_vl_32b_instruct(self):
791
with Runner('lmi', 'qwen3-vl-32b-instruct') as r:
792
prepare.build_vllm_async_model("qwen3-vl-32b-instruct")
793
- env = ["VLLM_ATTENTION_BACKEND=TORCH_SDPA"]
794
- r.launch(env_vars=env)
+ r.launch()
795
client.run("multimodal qwen3-vl-32b-instruct".split())
796
797
def test_llama_4_scout_17b_16e_instruct(self):
0 commit comments