ZhenYe234 commited on
Commit
0607187
·
verified ·
1 Parent(s): 8394290

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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.3 (Fix the bug in the previous version to achieve better sound quality)
 
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