Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.1
|
2 |
+
uvicorn==0.23.1
|
3 |
+
asyncio==3.4.3
|
4 |
+
psutil==5.9.4
|
5 |
+
torch==2.1.0
|
6 |
+
langchain==0.17.1
|
7 |
+
langchain-community==0.0.9
|
8 |
+
langchain-core==0.2.1
|
9 |
+
ollama==0.0.3
|
10 |
+
pydantic==1.11.1
|