Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|