From fde19d6eed5221fdd8149ca425c5426513350c21 Mon Sep 17 00:00:00 2001 From: Julian Weber Date: Tue, 21 Nov 2023 11:42:16 +0100 Subject: [PATCH] update deepspeed version --- docs/source/models/xtts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/models/xtts.md b/docs/source/models/xtts.md index 03e44af1..43f27540 100644 --- a/docs/source/models/xtts.md +++ b/docs/source/models/xtts.md @@ -97,7 +97,7 @@ or for all wav files in a directory you can use: If you want to be able to run with `use_deepspeed=True` and enjoy the speedup, you need to install deepspeed first. ```console -pip install deepspeed==0.8.3 +pip install deepspeed==0.10.3 ``` ```python