mattritchey commited on
Commit
8fb0bf3
1 Parent(s): 544cd42

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ torch
2
+ transformers==4.36.2
3
+ accelerate==0.26.1
4
+ sentence_transformers==2.2.2
5
+ einops==0.7.0
6
+ faiss-cpu==1.7.4
7
+ langchain==0.1.1
8
+ langchain-community==0.0.13
9
+ unstructured==0.12.2
10
+ llama-cpp-python --no-cache-dir