Skip to content

Commit d3769cb

Browse files
committed
Set V1 explicitly
Signed-off-by: Yong Hoon Shin <yhshin@meta.com>
1 parent e4cb950 commit d3769cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/models/multimodal/generation/test_maverick.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ def test_dummy_maverick(
583583
profile: bool = False,
584584
) -> None:
585585
# Disable multiprocessing allows us to access model executor from LLM engine
586+
monkeypatch.setenv("VLLM_USE_V1", "1")
586587
monkeypatch.setenv("VLLM_ENABLE_V1_MULTIPROCESSING", "0")
587588

588589
model_path, rope_layers = create_reduced_maverick_model(

0 commit comments

Comments
 (0)