dceshubh commited on
Commit
e76a517
·
1 Parent(s): 06a1f7d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
+