JahidHishab commited on
Commit
9f8a329
·
verified ·
1 Parent(s): e6a8e00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -45,9 +45,9 @@ conda create -n xcodec2 python=3.9
45
  conda activate xcodec2
46
 
47
  # Install xcodec2 (choose one)
48
- pip install xcodec2==0.1.5 # Modified, fewer dependencies (recommended for inference and LLASA fine-tuning)
49
- # OR
50
- pip install xcodec2==0.1.3 # Original, more stable during training
51
  ```
52
 
53
  ### Example Usage
 
45
  conda activate xcodec2
46
 
47
  # Install xcodec2 (choose one)
48
+ pip install xcodec2==0.1.5
49
+ pip install numpy==1.26.4
50
+
51
  ```
52
 
53
  ### Example Usage