Increase Orpheus Ollama timeout from 120s to 600s
Long emotional monologues with multiple <sigh>/<laugh>/<gasp> tags generate ~4000 tokens at ~12 tok/s, easily exceeding 2 minutes.
This commit is contained in:
parent
48b518771d
commit
7f9557d93b
@ -144,7 +144,7 @@ class OrpheusEngine(TTSEngine):
|
||||
"top_p": 0.9,
|
||||
"stream": False,
|
||||
},
|
||||
timeout=120,
|
||||
timeout=600,
|
||||
)
|
||||
resp.raise_for_status()
|
||||
return resp.json()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user