Uhhy commited on
Commit
d910cda
1 Parent(s): 54e7c0c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ requests
4
+ pydantic
5
+ tqdm
6
+ torch
7
+ transformers
8
+ langchain
9
+ python-dotenv
10
+ langchain_community
11
+ llama-cpp-python