Spaces:
Build error
Build error
Commit ·
f687b40
1
Parent(s): 83eefc0
requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
git+https://github.com/openai/CLIP.git
|
| 2 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
torch==1.7.1+cpu
|
| 4 |
-
torchvision==0.8.2
|
| 5 |
ftfy
|
| 6 |
regex
|
| 7 |
-
tqdm
|
|
|
|
|
|
|
|
|
| 1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
torch==1.7.1+cpu
|
| 3 |
+
torchvision==0.8.2+cpu
|
| 4 |
ftfy
|
| 5 |
regex
|
| 6 |
+
tqdm
|
| 7 |
+
git+https://github.com/openai/CLIP.git
|