Skip to content

Commit 9947b07

Browse files
committed
test: force disable cache prompt
1 parent 9d84127 commit 9947b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/tests/unit/test_lora.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def test_lora_per_request():
6666
"lora": lora,
6767
"seed": 42,
6868
"temperature": 0.0,
69+
"cache_prompt": False, # TODO: remove this once test_cache_vs_nocache_prompt is fixed
6970
})
7071
) for lora, re_test in lora_config]
7172
results = parallel_function_calls(tasks)

0 commit comments

Comments
 (0)