Hjgugugjhuhjggg commited on
Commit
213deae
·
verified ·
1 Parent(s): 61dff03

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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