We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fb658 commit 79ab771Copy full SHA for 79ab771
tests/e2e/singlecard/test_vlm.py
@@ -78,7 +78,7 @@ def test_multimodal_ascend_scheduler(prompt_template):
78
"max_pixels": 1280 * 28 * 28,
79
"fps": 1,
80
},
81
- enforce_eager=False) as vllm_model:
+ enforce_eager=True) as vllm_model:
82
outputs = vllm_model.generate_greedy(prompts=prompts,
83
images=images,
84
max_tokens=64)
0 commit comments