Skip to content

Commit efd187f

Browse files
committed
Fix integration test
1 parent 271602b commit efd187f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,8 +790,7 @@ class TestVllm_p4d:
790790
def test_qwen3_vl_32b_instruct(self):
791791
with Runner('lmi', 'qwen3-vl-32b-instruct') as r:
792792
prepare.build_vllm_async_model("qwen3-vl-32b-instruct")
793-
env = ["VLLM_ATTENTION_BACKEND=TORCH_SDPA"]
794-
r.launch(env_vars=env)
793+
r.launch()
795794
client.run("multimodal qwen3-vl-32b-instruct".split())
796795

797796
def test_llama_4_scout_17b_16e_instruct(self):

0 commit comments

Comments
 (0)