From 88c9b770e3172cbbd6e56621b4351a9177e1ca02 Mon Sep 17 00:00:00 2001 From: matatonic Date: Sat, 29 Jun 2024 13:08:16 -0400 Subject: [PATCH] 0.16.0 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f26608a..44fdc3a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ Version 0.16.0, 2024-06-29 * Multi-client safe version. Audio generation is synchronized in a single process. The estimated 'realtime' factor of XTTS on a GPU is roughly 1/3, this means that multiple streams simultaneously, or `speed` over 2, may experience audio underrun (delays or pauses in playback). This makes multiple clients possible and safe, but in practice 2 or 3 simultaneous streams is the maximum without audio underrun. - Version 0.15.1, 2024-06-27 * Remove deepspeed from requirements.txt, it's too complex for typical users. A more detailed deepspeed install document will be required.