Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
llama-cpp-python
|
4 |
+
python-dotenv
|
5 |
+
tqdm
|
6 |
+
huggingface-hub
|
7 |
+
requests
|
8 |
+
pydantic
|
9 |
+
torch
|
10 |
+
transformers
|
11 |
+
langchain
|
12 |
+
langchain_community
|
13 |
+
aiofiles
|
14 |
+
scikit-learn
|