csalabs commited on
Commit
67e5b09
1 Parent(s): 7c5c33c

Upload packages.txt

Browse files

Adding packages.txt file. to the repo.

Files changed (1) hide show
  1. packages.txt +33 -0
packages.txt ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Natural Language Processing
2
+ langchain==0.0.267
3
+ chromadb==0.4.6
4
+ llama-cpp-python==0.1.78
5
+ pdfminer.six==20221105
6
+ InstructorEmbedding
7
+ sentence-transformers
8
+ faiss-cpu
9
+ huggingface_hub
10
+ transformers
11
+ protobuf==3.20.0; sys_platform != 'darwin'
12
+ protobuf==3.20.0; sys_platform == 'darwin' and platform_machine != 'arm64'
13
+ protobuf==3.20.3; sys_platform == 'darwin' and platform_machine == 'arm64'
14
+ auto-gptq==0.2.2
15
+ docx2txt
16
+ unstructured
17
+
18
+ # Utilities
19
+ urllib3==1.26.6
20
+ accelerate
21
+ bitsandbytes ; sys_platform != 'win32'
22
+ bitsandbytes-windows ; sys_platform == 'win32'
23
+ click
24
+ flask
25
+ requests
26
+ gradio
27
+
28
+ # Streamlit related
29
+ streamlit
30
+ Streamlit-extras
31
+
32
+ # Excel File Manipulation
33
+ openpyxl