Skip to content

Commit 79ab771

Browse files
author
hw_whx
committed
modity ci
Signed-off-by: hw_whx <wanghexiang7@huawei.com>
1 parent a5fb658 commit 79ab771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/singlecard/test_vlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def test_multimodal_ascend_scheduler(prompt_template):
7878
"max_pixels": 1280 * 28 * 28,
7979
"fps": 1,
8080
},
81-
enforce_eager=False) as vllm_model:
81+
enforce_eager=True) as vllm_model:
8282
outputs = vllm_model.generate_greedy(prompts=prompts,
8383
images=images,
8484
max_tokens=64)

0 commit comments

Comments
 (0)