Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers>=4.19.0
|
3 |
+
tensorflow
|
4 |
+
lxml>=4.0
|
5 |
+
openai
|
6 |
+
langchain
|
7 |
+
chromadb
|
8 |
+
pypdf
|
9 |
+
gradio
|
10 |
+
streamlit
|
11 |
+
pypdf2
|
12 |
+
groq
|
13 |
+
huggingface-hub
|
14 |
+
--tiktoken
|