donjun commited on
Commit
bf0b389
·
verified ·
1 Parent(s): 8391c09

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- huggingface_hub==0.25.2
2
- torch==2.0.1
3
- transformers==4.40.0
4
- gradio==4.0.0
5
- accelerate==0.27.0
 
1
+ torch>=2.1.0
2
+ transformers>=4.40.0
3
+ gradio>=4.12.0
4
+ accelerate>=0.27.0