NathanPap commited on
Commit
eb15f50
·
verified ·
1 Parent(s): 6955488

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- streamlit==1.33.0
2
- pandas==2.1.4
3
- transformers==4.37.2
4
- torch==2.2.0
5
- accelerate==0.27.2
6
- sentencepiece==0.1.99
7
- protobuf==4.25.2
8
- optimum==1.16.1
9
- huggingface_hub==0.28.1
 
 
1
+ streamlit>=1.33.0
2
+ pandas>=2.1.4
3
+ transformers>=4.38.0
4
+ torch>=2.2.0
5
+ accelerate>=0.27.2
6
+ sentencepiece>=0.1.99
7
+ protobuf>=4.25.2
8
+ optimum>=1.16.1
9
+ huggingface_hub>=0.28.1
10
+ tokenizers>=0.15.0