remove all requirements as a test
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
# torchvision
|
4 |
-
numpy
|
5 |
-
transformers
|
6 |
-
# diffusers
|
7 |
-
# ftfy
|
8 |
-
gradio
|
9 |
-
accelerate
|
10 |
-
clip-retrieval == 2.36.1
|
|
|
1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
# torch
|
3 |
+
# # torchvision
|
4 |
+
# numpy
|
5 |
+
# transformers
|
6 |
+
# # diffusers
|
7 |
+
# # ftfy
|
8 |
+
# gradio
|
9 |
+
# accelerate
|
10 |
+
# clip-retrieval == 2.36.1
|