added gunicorn in requirements.txt
This commit is contained in:
parent
738ff3fe95
commit
e213d0765b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
myvenv/
|
myvenv/
|
||||||
|
venv/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|||||||
@ -7,4 +7,5 @@ torch==2.6.0
|
|||||||
transformers==4.49.0
|
transformers==4.49.0
|
||||||
uuid_utils==0.10.0
|
uuid_utils==0.10.0
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
|
gunicorn==23.0.0
|
||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
Loading…
Reference in New Issue
Block a user