Updating llava net integration tests.

This commit is contained in:
Nicolas Patry 2024-04-23 09:51:10 +00:00
parent 43796ce4f9
commit 9e278d1aec
2 changed files with 19897 additions and 19898 deletions

View File

@ -15,7 +15,6 @@ def flash_llava_next_handle(launcher):
"llava-hf/llava-v1.6-mistral-7b-hf", "llava-hf/llava-v1.6-mistral-7b-hf",
num_shard=4, num_shard=4,
max_input_length=4000, max_input_length=4000,
max_batch_prefill_tokens=8000,
max_total_tokens=4096, max_total_tokens=4096,
) as handle: ) as handle:
yield handle yield handle