We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d84127 commit 9947b07Copy full SHA for 9947b07
examples/server/tests/unit/test_lora.py
@@ -66,6 +66,7 @@ def test_lora_per_request():
66
"lora": lora,
67
"seed": 42,
68
"temperature": 0.0,
69
+ "cache_prompt": False, # TODO: remove this once test_cache_vs_nocache_prompt is fixed
70
})
71
) for lora, re_test in lora_config]
72
results = parallel_function_calls(tasks)
0 commit comments