locorene1000 commited on
Commit
79872f0
·
verified ·
1 Parent(s): 32e8213
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- transformers
2
- huggingface_hub
3
- gradio
4
- torch
5
- numpy<2
 
 
 
1
+ transformers==4.20.0
2
+ huggingface_hub==0.12.0
3
+ gradio==3.1.4
4
+ torch>=1.10.0,<1.13.0
5
+ numpy<2
6
+ autoawq==0.1.0
7
+ accelerate>=0.12.0