Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +12 -6
requirements.txt
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
gradio
|
4 |
Pillow==10.4.0
|
5 |
-
ultralytics
|
6 |
-
numpy>=1.23
|
7 |
-
timm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
gradio==5.23.3
|
4 |
Pillow==10.4.0
|
5 |
+
ultralytics==8.1.30
|
6 |
+
numpy>=1.23.0
|
7 |
+
timm==0.9.2
|
8 |
+
diffusers==0.20.0
|
9 |
+
transformers==4.30.1
|
10 |
+
accelerate==0.20.3
|
11 |
+
safetensors==0.3.1
|
12 |
+
huggingface_hub==0.16.4
|
13 |
+
https://github.com/facebookresearch/xformers/releases/download/v0.0.20/xformers-0.0.20+cu118-cp310-cp310-linux_x86_64.whl
|