Spaces:
Runtime error
Runtime error
Commit
·
9011714
1
Parent(s):
ed5e0a7
updated req
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -48,10 +48,10 @@ streamlit==1.16.0
|
|
48 |
tensorboardX==2.5.1
|
49 |
toml==0.10.2
|
50 |
toolz==0.12.0
|
51 |
-
torch==1.13.1
|
52 |
-
torchaudio==0.13.1
|
53 |
torchmetrics==0.11.0
|
54 |
-
torchvision==0.14.1
|
55 |
tornado==6.2
|
56 |
tqdm==4.64.1
|
57 |
typing_extensions==4.4.0
|
|
|
48 |
tensorboardX==2.5.1
|
49 |
toml==0.10.2
|
50 |
toolz==0.12.0
|
51 |
+
torch==1.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
52 |
+
torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
53 |
torchmetrics==0.11.0
|
54 |
+
torchvision==0.14.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
55 |
tornado==6.2
|
56 |
tqdm==4.64.1
|
57 |
typing_extensions==4.4.0
|