perf: disable kvcache for semantic by default

pull/368/head
Michael Wei 2023-06-22 08:33:42 -07:00
parent 6cd7f0ccd7
commit ae41e7fd0e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def text_to_semantic(
history_prompt=history_prompt,
temp=temp,
silent=silent,
use_kv_caching=True
use_kv_caching=False
)
return x_semantic