Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,9 @@ Given any audio file, APEX predicts 7 scores:
|
|
| 53 |
### Installation
|
| 54 |
|
| 55 |
```bash
|
| 56 |
-
pip
|
|
|
|
|
|
|
| 57 |
```
|
| 58 |
|
| 59 |
### Inference
|
|
|
|
| 53 |
### Installation
|
| 54 |
|
| 55 |
```bash
|
| 56 |
+
pip uninstall -y torch torchvision torchaudio transformers -q
|
| 57 |
+
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0
|
| 58 |
+
pip install transformers soundfile librosa "numpy<2" "scipy<1.16"
|
| 59 |
```
|
| 60 |
|
| 61 |
### Inference
|