Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -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
|
|
@@ -15,7 +15,7 @@ prettytable==3.6.0
|
|
| 15 |
pytorch-lightning
|
| 16 |
safetensors==0.3.1
|
| 17 |
timm
|
| 18 |
-
torchvision==0.14.1+
|
| 19 |
fastai
|
| 20 |
transformers==4.27.1
|
| 21 |
datasets==2.9.0
|
|
@@ -28,4 +28,4 @@ git+https://github.com/huggingface/diffusers.git
|
|
| 28 |
scipy
|
| 29 |
ftfy
|
| 30 |
psutil
|
| 31 |
-
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
addict==2.4.0
|
| 3 |
albumentations==1.3.0
|
| 4 |
einops==0.6.0
|
|
|
|
| 15 |
pytorch-lightning
|
| 16 |
safetensors==0.3.1
|
| 17 |
timm
|
| 18 |
+
torchvision==0.14.1+cu113
|
| 19 |
fastai
|
| 20 |
transformers==4.27.1
|
| 21 |
datasets==2.9.0
|
|
|
|
| 28 |
scipy
|
| 29 |
ftfy
|
| 30 |
psutil
|
| 31 |
+
xformers==0.0.17
|