Spaces:
Runtime error
Runtime error
Commit
·
8da457d
1
Parent(s):
9011714
reqs updated
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -48,10 +48,13 @@ streamlit==1.16.0
|
|
48 |
tensorboardX==2.5.1
|
49 |
toml==0.10.2
|
50 |
toolz==0.12.0
|
51 |
-
|
52 |
-
|
|
|
|
|
53 |
torchmetrics==0.11.0
|
54 |
-
|
|
|
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 |
+
--find-links https://download.pytorch.org/whl/cpu
|
52 |
+
torch==1.13.1
|
53 |
+
--find-links https://download.pytorch.org/whl/cpu
|
54 |
+
torchaudio==0.13.1
|
55 |
torchmetrics==0.11.0
|
56 |
+
--find-links https://download.pytorch.org/whl/cpu
|
57 |
+
torchvision==0.14.1
|
58 |
tornado==6.2
|
59 |
tqdm==4.64.1
|
60 |
typing_extensions==4.4.0
|