Update README.md
Browse files
README.md
CHANGED
@@ -79,18 +79,30 @@ pip cache purge
|
|
79 |
pip install mecab-python3
|
80 |
pip install unidic-lite
|
81 |
```
|
82 |
-
|
|
|
83 |
```bash
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
```
|
87 |
|
|
|
88 |
### For Inference
|
89 |
|
90 |
#### PyTorch
|
91 |
|
92 |
Speech inference can be done with **Catalan Matcha-TTS** by loading the model remotely with the HF hub.
|
93 |
|
|
|
|
|
|
|
|
|
|
|
94 |
#### ONNX
|
95 |
|
96 |
We also release a ONNX version of the model
|
|
|
79 |
pip install mecab-python3
|
80 |
pip install unidic-lite
|
81 |
```
|
82 |
+
Clone the repository:
|
83 |
+
|
84 |
```bash
|
85 |
+
git clone -b dev-cat-hf https://github.com/langtech-bsc/Matcha-TTS.git
|
86 |
+
|
87 |
+
```
|
88 |
+
Install its requirements:
|
89 |
+
```bash
|
90 |
+
pip install requirements.txt
|
91 |
|
92 |
```
|
93 |
|
94 |
+
|
95 |
### For Inference
|
96 |
|
97 |
#### PyTorch
|
98 |
|
99 |
Speech inference can be done with **Catalan Matcha-TTS** by loading the model remotely with the HF hub.
|
100 |
|
101 |
+
```bash
|
102 |
+
pip install git+https://github.com/langtech-bsc/Matcha-TTS.git@dev-cat
|
103 |
+
|
104 |
+
```
|
105 |
+
|
106 |
#### ONNX
|
107 |
|
108 |
We also release a ONNX version of the model
|