Skip to main content
warning

🚧 Cortex.cpp is currently under development. Our documentation outlines the intended behavior of Cortex, which may not yet be fully implemented in the codebase.

cortex models start

This command starts a model defined by a model_id.

Usage​


# Start a model
cortex models start [model_id]
# Start with a specified engine
cortex models start [model_id]:[engine] [options]

info
  • This command uses a model_id from the model that you have downloaded or available in your file system.

Options​

OptionDescriptionRequiredDefault valueExample
model_idThe identifier of the model you want to start.NoPrompt to select from the available modelsmistral
--gpusList of GPUs to use.No-[0,1]
--ctx_lenMaximum context length for inference.Nomin(8192, max_model_context_length)1024
-h, --helpDisplay help information for the command.No--h