Thanks to visit codestin.com
Credit goes to github.com

Skip to content

logankeenan/molmo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published