mirror of https://github.com/coqui-ai/TTS.git
update deepspeed version (#3281)
parent
1bf5926196
commit
a55755c8df
|
@ -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