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 af826e0 commit c7d2a55Copy full SHA for c7d2a55
tests/lora/test_default_mm_loras.py
@@ -30,7 +30,8 @@
30
"enable_lora": "True",
31
"max_num_seqs": 2,
32
"max_lora_rank": 320,
33
- "max_model_len": 12800,
+ # Keep these LoRA tests on short-RoPE for determinism post-LongRoPE change.
34
+ "max_model_len": 4096,
35
"gpu_memory_utilization": 0.8,
36
"limit_mm_per_prompt": {"audio": 1},
37
"enforce_eager": True,
0 commit comments