mirror of https://github.com/suno-ai/bark.git
perf: disable kvcache for semantic by default
parent
6cd7f0ccd7
commit
ae41e7fd0e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue