Annikaijak commited on
Commit
a9c6cb7
1 Parent(s): 6d88f6f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.50.2
2
+ "pydantic>=1.9,<2.0"
3
+ pypdf
4
+ chromadb==0.4.10
5
+ sentence_transformers==2.2.2
6
+ langchain==0.0.299
7
+ xformers==0.0.21
8
+ tokenizers==0.14.0
9
+ optimum==1.13.1
10
+ auto-gptq==0.4.2 --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
11
+ unstructured==0.10.16