Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,7 @@ cd localsong
|
|
| 21 |
python3.10 -m venv venv
|
| 22 |
source venv/bin/activate
|
| 23 |
pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --extra-index-url https://download.pytorch.org/whl/cu128
|
|
|
|
| 24 |
```
|
| 25 |
|
| 26 |
### Run
|
|
|
|
| 21 |
python3.10 -m venv venv
|
| 22 |
source venv/bin/activate
|
| 23 |
pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --extra-index-url https://download.pytorch.org/whl/cu128
|
| 24 |
+
pip install -r requirements.txt
|
| 25 |
```
|
| 26 |
|
| 27 |
### Run
|