akashraut commited on
Commit
14da30b
·
verified ·
1 Parent(s): f935852

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -10
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
- streamlit
2
- torch==2.1.0
3
- transformers==4.35.2
4
- langdetect
5
- sentencepiece
6
- accelerate==0.25.0
7
- protobuf
8
- numpy<2.0
9
- langchain
10
- langchain_community
 
 
 
 
 
 
1
+ streamlit>=1.28.0
2
+ torch>=2.1.0
3
+ transformers>=4.36.0
4
+ langdetect>=1.0.9
5
+ sentencepiece>=0.1.99
6
+ accelerate>=0.25.0
7
+ protobuf>=3.20.0
8
+ numpy>=1.24.0,<2.0
9
+ langchain>=0.0.350
10
+ langchain-community>=0.0.20
11
+ langchain-core>=0.1.20
12
+ tokenizers>=0.15.0
13
+ huggingface-hub>=0.19.0
14
+ safetensors>=0.4.0
15
+ scipy>=1.10.0