alx-d commited on
Commit
24cbe1e
·
verified ·
1 Parent(s): 18869fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- llama-index==0.6.28 # Use the latest compatible version
2
- langchain==0.0.240 # Use the latest compatible version
3
- gradio==3.40
4
- openai==0.28
5
- pydantic==1.10.7
6
- ratelimit
7
- pypdf
8
- PyCryptodome
 
1
+ transformers>=4.34.0
2
+ torch>=2.0.0
3
+ llama-index>=0.8.0
4
+ gradio>=3.50.0
5
+ ratelimit>=2.2.1
6
+ langchain>=0.0.200