Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -5,4 +5,17 @@ bitsandbytes
|
|
5 |
accelerate
|
6 |
|
7 |
datasets==2.16.0
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
accelerate
|
6 |
|
7 |
datasets==2.16.0
|
8 |
+
python-dotenv==1.0.0
|
9 |
+
|
10 |
+
pandas==1.5.3
|
11 |
+
unstructured==0.7.12
|
12 |
+
|
13 |
+
pypdf==3.12.0
|
14 |
+
jq==1.4.1
|
15 |
+
nltk==3.8.1
|
16 |
+
|
17 |
+
sentencepiece==0.1.99
|
18 |
+
sentence-transformers==2.2.2
|
19 |
+
cohere==4.11.2
|
20 |
+
faiss-cpu==1.7.4
|
21 |
+
|