update deepspeed version (#3281)

pull/3300/head
Julian Weber 2023-11-24 12:35:49 +01:00 committed by GitHub
parent 1bf5926196
commit a55755c8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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