update deepspeed version

This commit is contained in:
Julian Weber 2023-11-21 11:42:16 +01:00 committed by GitHub
parent 29dede20d3
commit fde19d6eed
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