kastan commited on
Commit
d7dc439
β€’
1 Parent(s): 421e169

fix clip dependency to proper repo

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -5,6 +5,9 @@ sentence-transformers
5
  pandas
6
  langchain
7
  gputil
8
- clip
9
  torch
10
- transformers
 
 
 
 
5
  pandas
6
  langchain
7
  gputil
8
+ pip install git+https://github.com/openai/CLIP.git
9
  torch
10
+ transformers
11
+ ftfy
12
+ regex
13
+ tqdm