More GPUs for more VRAM.

This commit is contained in:
Nicolas Patry 2024-04-08 14:52:34 +00:00
parent 39620ce29f
commit 274b68ad7d

View File

@ -13,7 +13,7 @@ def get_chicken():
def flash_llava_next_handle(launcher): def flash_llava_next_handle(launcher):
with launcher( with launcher(
"llava-hf/llava-v1.6-mistral-7b-hf", "llava-hf/llava-v1.6-mistral-7b-hf",
num_shard=2, num_shard=4,
max_input_length=4000, max_input_length=4000,
max_total_tokens=4096, max_total_tokens=4096,
) as handle: ) as handle: