arnavmehta7
commited on
Commit
•
e4f7b64
1
Parent(s):
757fb23
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ For more details on this and other performance and model details, please see ins
|
|
52 |
|
53 |
We use `torch.hub` to make loading the model easy -- no cloning of the repo needed. The steps to perform inference are simple:
|
54 |
|
55 |
-
1. **Install pip dependencies**:
|
56 |
|
57 |
```bash
|
58 |
pip install --upgrade torch torchaudio librosa vocos encodec huggingface_hub
|
|
|
52 |
|
53 |
We use `torch.hub` to make loading the model easy -- no cloning of the repo needed. The steps to perform inference are simple:
|
54 |
|
55 |
+
1. **Install pip dependencies**: `huggingface_hub`, `torch`, `torchaudio`, `librosa`, `vocos`, and `encodec`. Python must be at version 3.10 or greater, and torch must be v2.0 or greater.
|
56 |
|
57 |
```bash
|
58 |
pip install --upgrade torch torchaudio librosa vocos encodec huggingface_hub
|