Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl
|
| 2 |
-
--upgrade pip
|
| 3 |
torch==1.11.0+cu113
|
| 4 |
torchvision==0.12.0+cu113
|
| 5 |
torchaudio==0.11.0
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl
|
| 2 |
+
python -m pip install --upgrade pip
|
| 3 |
torch==1.11.0+cu113
|
| 4 |
torchvision==0.12.0+cu113
|
| 5 |
torchaudio==0.11.0
|