Skip to content

Cortex Models Start

cortex models start

This command starts a model defined by a model_id.

Usage

Terminal window
# Start a model
cortex models start [model_id]
# Start with a specified engine
cortex models start [model_id]:[engine] [options]
  • 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