We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cb950 commit d3769cbCopy full SHA for d3769cb
tests/models/multimodal/generation/test_maverick.py
@@ -583,6 +583,7 @@ def test_dummy_maverick(
583
profile: bool = False,
584
) -> None:
585
# Disable multiprocessing allows us to access model executor from LLM engine
586
+ monkeypatch.setenv("VLLM_USE_V1", "1")
587
monkeypatch.setenv("VLLM_ENABLE_V1_MULTIPROCESSING", "0")
588
589
model_path, rope_layers = create_reduced_maverick_model(
0 commit comments