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 7653aab commit 96e8a77Copy full SHA for 96e8a77
tests/lora/test_minicpmv.py
@@ -61,7 +61,7 @@ def test_minicpmv_lora(minicpmv_lora_files):
61
max_loras=4,
62
max_lora_rank=64,
63
trust_remote_code=True,
64
- gpu_memory_utilization=0.97 # This model is pretty big for CI gpus
+ gpu_memory_utilization=0.97, # This model is pretty big for CI gpus
65
enable_chunked_prefill=True,
66
)
67
0 commit comments