Spaces:
Runtime error
Runtime error
Fix torch version
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -133,8 +133,8 @@ timm==0.6.7
|
|
133 |
tokenizers==0.10.3
|
134 |
toml==0.10.2
|
135 |
toolz==0.12.0
|
136 |
-
torch==1.10.0
|
137 |
-
torchvision==0.11.0
|
138 |
tornado==6.2
|
139 |
tqdm==4.64.1
|
140 |
traitlets==5.4.0
|
|
|
133 |
tokenizers==0.10.3
|
134 |
toml==0.10.2
|
135 |
toolz==0.12.0
|
136 |
+
torch==1.10.0
|
137 |
+
torchvision==0.11.0
|
138 |
tornado==6.2
|
139 |
tqdm==4.64.1
|
140 |
traitlets==5.4.0
|