sidbhasin commited on
Commit
71789af
·
verified ·
1 Parent(s): ce8a794

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  gradio>=4.19.2
2
- huggingface_hub
3
- transformers
4
- torch
5
- accelerate
 
 
1
  gradio>=4.19.2
2
+ transformers>=4.37.0
3
+ torch>=2.0.0
4
+ accelerate>=0.24.0
5
+ sentencepiece
6
+ einops