Leverages allenai/Molmo-7B-O-0924
gunicorn --bind 0.0.0.0:5000 main:app
Run show ssh and keep running
nohup gunicorn --bind 0.0.0.0:5000 main:app &
get the pid in order to kill the process
ps aux | grep 'gunicorn --bind 0.0.0.0:5000 main:app'
7 commits
Python
84.9%
Shell
15.1%
Leverages allenai/Molmo-7B-O-0924
gunicorn --bind 0.0.0.0:5000 main:app
Run show ssh and keep running
nohup gunicorn --bind 0.0.0.0:5000 main:app &
get the pid in order to kill the process
ps aux | grep 'gunicorn --bind 0.0.0.0:5000 main:app'
7 commits
Python
84.9%
Shell
15.1%