Spaces:
Sleeping
Sleeping
Jekyll2000
commited on
Commit
•
7e839de
1
Parent(s):
5108170
Rename Requirements to requirements.txt
Browse files- Requirements +0 -0
- requirements.txt +15 -0
Requirements
DELETED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
langchain_together
|
3 |
+
langchain
|
4 |
+
torch
|
5 |
+
nltk
|
6 |
+
sentencepiece
|
7 |
+
pdfplumber
|
8 |
+
langchain==0.2.11
|
9 |
+
langchain_community==0.2.10
|
10 |
+
langserve==0.2.2
|
11 |
+
streamlit==1.29.0
|
12 |
+
streamlit_chat==0.1.1
|
13 |
+
fastapi
|
14 |
+
uvicorn[all]
|
15 |
+
more_itertools
|