mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Update README.md
This commit is contained in:
parent
e7ffcf49f5
commit
0bd4eb3e9b
1 changed files with 3 additions and 2 deletions
|
@ -229,8 +229,9 @@ for chunk in response.iter_content(chunk_size=1024):
|
|||
|
||||
Key Streaming Metrics:
|
||||
- First token latency @ chunksize
|
||||
- ~300ms (GPU) @ 400
|
||||
- ~3500ms (CPU) @ 200
|
||||
- ~300ms (GPU) @ 400
|
||||
- ~3500ms (CPU) @ 200 (older i7)
|
||||
- ~<1s (CPU) @ 200 (M3 Pro)
|
||||
- Adjustable chunking settings for real-time playback
|
||||
|
||||
*Note: Artifacts in intonation can increase with smaller chunks*
|
||||
|
|
Loading…
Add table
Reference in a new issue