Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,8 @@ To use `xcodec2`, ensure you have it installed. You can install it using the fol
|
|
31 |
```bash
|
32 |
conda create -n xcodec2 python=3.9
|
33 |
conda activate xcodec2
|
34 |
-
pip install xcodec2==0.1.
|
|
|
35 |
```
|
36 |
Then,
|
37 |
```python
|
|
|
31 |
```bash
|
32 |
conda create -n xcodec2 python=3.9
|
33 |
conda activate xcodec2
|
34 |
+
pip install xcodec2 (Use `xcodec2==0.1.5` for codec inference and llasa fine-tuning. I’ve removed unnecessary dependencies, and it works fine in my testing. However, I’m not sure if other problems may arise. If you prefer more stability, I recommend using `xcodec2==0.1.3` which accurately aligns during my codec training.)
|
35 |
+
|
36 |
```
|
37 |
Then,
|
38 |
```python
|