mirror of https://github.com/coqui-ai/TTS.git
update deepspeed version
This commit is contained in:
parent
29dede20d3
commit
fde19d6eed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue