nananie143 commited on
Commit
7eb9343
·
verified ·
1 Parent(s): a52cf64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
  gradio>=5.12.0
2
- langchain
3
- langchain_community
4
- llama-cpp-python
5
- fastapi
6
- uvicorn
7
- torch
8
- pydantic
 
 
 
1
  gradio>=5.12.0
2
+ langchain>=0.2.0
3
+ langchain-community>=0.0.3
4
+ llama-cpp-python>=0.2.11
5
+ fastapi>=0.104.1
6
+ uvicorn>=0.24.0
7
+ torch>=2.1.0
8
+ pydantic>=2.0.0
9
+ requests>=2.31.0
10
+ tqdm>=4.66.1