logankeenan/molmo-server

4

stars

7

commits

Python

primary language

Oct 15, 2024

updated

README

molmo server

Leverages allenai/Molmo-7B-O-0924

prompts

  • "center point coordinate of the . json output format only x,y"
  • "find the sign up button. point coordinates only"
  • Running locally

    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'
    

Contributors

logankeenan

7 commits

logankeenan/molmo-server

4

stars

7

commits

Python

primary language

Oct 15, 2024

updated

README

molmo server

Leverages allenai/Molmo-7B-O-0924

prompts

  • "center point coordinate of the . json output format only x,y"
  • "find the sign up button. point coordinates only"
  • Running locally

    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'
    

Contributors

logankeenan

7 commits

Languages

Python

84.9%

Shell

15.1%