Skip to content

Commit

Permalink
test: force disable cache prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Dec 27, 2024
1 parent 9d84127 commit 9947b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/server/tests/unit/test_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9947b07

Please sign in to comment.