test: force disable cache prompt
This commit is contained in:
parent
9d84127fa6
commit
9947b0776f
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ def test_lora_per_request():
|
||||||
"lora": lora,
|
"lora": lora,
|
||||||
"seed": 42,
|
"seed": 42,
|
||||||
"temperature": 0.0,
|
"temperature": 0.0,
|
||||||
|
"cache_prompt": False, # TODO: remove this once test_cache_vs_nocache_prompt is fixed
|
||||||
})
|
})
|
||||||
) for lora, re_test in lora_config]
|
) for lora, re_test in lora_config]
|
||||||
results = parallel_function_calls(tasks)
|
results = parallel_function_calls(tasks)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue