Uhhy commited on
Commit
a784515
·
verified ·
1 Parent(s): 8c32c92

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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