mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Remove Tensorflow requeriment (#1225)
* Remove TF modules * Remove TF unit tests * Remove TF vocoder modules * Remove TF convert scripts * Remove TF requirement * Remove the Docs TF instructions * Remove TF inference support
This commit is contained in:
@@ -12,12 +12,6 @@ You can install from PyPI as follows:
|
||||
pip install TTS # from PyPI
|
||||
```
|
||||
|
||||
By default, this only installs the requirements for PyTorch. To install the tensorflow dependencies as well, use the `tf` extra.
|
||||
|
||||
```bash
|
||||
pip install TTS[tf]
|
||||
```
|
||||
|
||||
Or install from Github:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user