Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -20,3 +20,7 @@ sentence-transformers>=2.2.2
|
|
20 |
# For clip embeddings
|
21 |
open-clip-torch>=2.20.0
|
22 |
ftfy>=6.1.1
|
|
|
|
|
|
|
|
|
|
20 |
# For clip embeddings
|
21 |
open-clip-torch>=2.20.0
|
22 |
ftfy>=6.1.1
|
23 |
+
|
24 |
+
# For training and evaluation
|
25 |
+
accelerate>=0.20.0
|
26 |
+
|