ollama
all
A large language model runner. For a list of available models, see <https://ollama.com/library>.
More info →Options (2)
booleanList downloaded models
Example:
ollama {{[ls|list]}}-f, --filebooleanCreate a model from a `Modelfile`
Example:
ollama create {{new_model_name}} {{[-f|--file]}} {{path/to/Modelfile}}Examples (8)
Run a model and chat with it
ollama run modelRun a model with a single prompt and thinking turned off
ollama run model --think=false "prompt"List downloaded models
ollama [ls|list]Pull a specific model
ollama pull modelCreate a model from a `Modelfile`
ollama create new_model_name [-f|--file] path/to/Modelfilemade by @shridhargupta | data from tldr-pages