This commit is contained in:
Ammar Qammaz 2025-01-07 16:34:20 +02:00
parent 622c090548
commit a4126eca81

View File

@ -113,7 +113,7 @@ for i in range(startAt, len(files)):
max_length_tokens=max_tokens, # Adapted max_tokens parameter max_length_tokens=max_tokens, # Adapted max_tokens parameter
repetition_penalty=1.1, repetition_penalty=1.1,
max_context_length_tokens=4096, max_context_length_tokens=4096,
model_select_dropdown="deepseek-ai/deepseek-vl2-tiny", #model_select_dropdown="deepseek-ai/deepseek-vl2-tiny",
api_name="/predict" api_name="/predict"
) )