Frequently Used Commands
Pull a model from Hugging Face Hub
Download a model to your local machine. You can use a shorthand alias for curated models.
homl pull qwen3:0.6b
Run a model
Run a downloaded model. This will start the model and make it available for chat and API access.
homl run qwen3:0.6b
Run a model in interactive chat mode
Start a conversation with a model.
homl chat qwen3:0.6b