ChijoTheDatascientist
commited on
Commit
•
23d48f4
1
Parent(s):
cd8911f
added the requirements file that has required libraries
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
huggingface_hub
|
3 |
+
streamlit
|
4 |
+
langchain_core
|
5 |
+
langchain_community
|
6 |
+
langchain_huggingface
|
7 |
+
langchain_text_splitters
|
8 |
+
accelerate
|
9 |
+
watchdog
|
10 |
+
tqdm
|
11 |
+
torch
|
12 |
+
safetensors
|
13 |
+
|