From 9947b0776fdb48ac84e6241eb5d791ff6809af63 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Fri, 27 Dec 2024 18:31:58 +0100 Subject: [PATCH] test: force disable cache prompt --- examples/server/tests/unit/test_lora.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/server/tests/unit/test_lora.py b/examples/server/tests/unit/test_lora.py index 9167c2f8e..ea5092733 100644 --- a/examples/server/tests/unit/test_lora.py +++ b/examples/server/tests/unit/test_lora.py @@ -66,6 +66,7 @@ def test_lora_per_request(): "lora": lora, "seed": 42, "temperature": 0.0, + "cache_prompt": False, # TODO: remove this once test_cache_vs_nocache_prompt is fixed }) ) for lora, re_test in lora_config] results = parallel_function_calls(tasks)