Spaces:
Running on Zero
Running on Zero
[Admin maintenance] Migrate grant to ZeroGPU
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
-
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
spaces
|
|
@@ -8,8 +6,9 @@ gradio
|
|
| 8 |
ftfy
|
| 9 |
regex
|
| 10 |
tqdm
|
| 11 |
-
transformers=
|
| 12 |
timm
|
| 13 |
-
fairscale
|
| 14 |
requests
|
| 15 |
-
open_clip_torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
spaces
|
|
|
|
| 6 |
ftfy
|
| 7 |
regex
|
| 8 |
tqdm
|
| 9 |
+
transformers>=4.27.1
|
| 10 |
timm
|
|
|
|
| 11 |
requests
|
| 12 |
+
open_clip_torch
|
| 13 |
+
safetensors
|
| 14 |
+
accelerate
|