Update README_en.md
Browse files- README_en.md +2 -0
README_en.md
CHANGED
@@ -34,6 +34,8 @@ git clone https://hf-mirror.com/cydxg/glm-4-voice-9b-int4
|
|
34 |
Navigate to the model directory and install the required dependencies:
|
35 |
```bash
|
36 |
cd glm-4-voice-9b-int4
|
|
|
|
|
37 |
pip install -r requirements.txt
|
38 |
mkdir third_party
|
39 |
cd third_party
|
|
|
34 |
Navigate to the model directory and install the required dependencies:
|
35 |
```bash
|
36 |
cd glm-4-voice-9b-int4
|
37 |
+
conda install -c conda-forge openfst
|
38 |
+
conda install -c conda-forge pynini==2.1.5
|
39 |
pip install -r requirements.txt
|
40 |
mkdir third_party
|
41 |
cd third_party
|