TOOTLE commited on
Commit
fe2e86b
·
verified ·
1 Parent(s): d2d2885

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,7 +1,4 @@
1
- gradio
2
- llama-cpp-python
3
- ctransformers
4
- transformers
5
- huggingface_hub
6
- torch
7
- numpy
 
1
+ gradio>=3.0
2
+ transformers>=4.0
3
+ accelerate>=0.26.0
4
+ torch>=1.9.0