From a55755c8dfc74c9d9abd3eeef61dcb13d632765e Mon Sep 17 00:00:00 2001 From: Julian Weber Date: Fri, 24 Nov 2023 12:35:49 +0100 Subject: [PATCH] update deepspeed version (#3281) --- 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 03e44af170..43f2754001 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