Skip to content

Commit 96e8a77

Browse files
committed
fix
1 parent 7653aab commit 96e8a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/test_minicpmv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_minicpmv_lora(minicpmv_lora_files):
6161
max_loras=4,
6262
max_lora_rank=64,
6363
trust_remote_code=True,
64-
gpu_memory_utilization=0.97 # This model is pretty big for CI gpus
64+
gpu_memory_utilization=0.97, # This model is pretty big for CI gpus
6565
enable_chunked_prefill=True,
6666
)
6767

0 commit comments

Comments
 (0)