Unverified Commit ca5f54a9 authored by Joe Runde's avatar Joe Runde Committed by GitHub
Browse files

[Bugfix] fix minicpmv test (#11304)


Signed-off-by: default avatarJoe Runde <Joseph.Runde@ibm.com>
parent f954fe0e
......@@ -67,7 +67,6 @@ def test_minicpmv_lora(minicpmv_lora_files):
max_loras=4,
max_lora_rank=64,
trust_remote_code=True,
gpu_memory_utilization=0.97, # This model is pretty big for CI gpus
enable_chunked_prefill=True,
)
output1 = do_sample(llm, minicpmv_lora_files, lora_id=1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment