Spaces:
Runtime error
Runtime error
ReiPlush64
commited on
Commit
•
d57abb1
1
Parent(s):
6551ccb
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
addict==2.4.0
|
3 |
albumentations==1.3.0
|
4 |
einops==0.6.0
|
@@ -16,8 +16,7 @@ pytorch-lightning
|
|
16 |
safetensors==0.3.0
|
17 |
timm
|
18 |
torch==1.13.1
|
19 |
-
|
20 |
-
torchvision==0.14.1
|
21 |
fastai
|
22 |
transformers==4.27.1
|
23 |
datasets==2.9.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
addict==2.4.0
|
3 |
albumentations==1.3.0
|
4 |
einops==0.6.0
|
|
|
16 |
safetensors==0.3.0
|
17 |
timm
|
18 |
torch==1.13.1
|
19 |
+
torchvision==0.14.1+cu117
|
|
|
20 |
fastai
|
21 |
transformers==4.27.1
|
22 |
datasets==2.9.0
|