ayush2917 commited on
Commit
6933a1a
·
verified ·
1 Parent(s): 765b478

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- flask==2.3.2
2
- gunicorn==20.1.0
3
- sentence-transformers==2.2.2
4
- transformers==4.31.0
5
- torch==2.0.1 --index-url https://download.pytorch.org/whl/cpu
6
- numpy==1.24.3
7
- pyyaml==6.0
8
- huggingface-hub==0.16.4
9
- xformers==0.0.20
 
1
+ flask>=3.0.0
2
+ gunicorn>=21.0.0
3
+ sentence-transformers>=2.2.0
4
+ transformers>=4.40.0
5
+ torch>=2.2.0
6
+ numpy>=1.26.0
7
+ pyyaml>=6.0