Skip to content

Commands

nomisia list

List all the available models that you can run with Nomisia and show their memory requirements.

Terminal window
nomisia list

nomisia run

Run the specified model on your local machine.

Terminal window
nomisia run [model-name]

nomisia stop

Stop the running container and Gradio application for the specified model.

Terminal window
nomisia stop [model-name]

nomisia log

Check the logs from the API and Gradio interface for the specified model.

Terminal window
nomisia log api [model-name]
Terminal window
nomisia log gradio [model-name]

nomisia update

Check for latest update and applied it to your Nomisia installation.

Terminal window
nomisia update