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 pull

info

This CLI command calls the following API endpoint:

This command downloads models from supported model repositories.

The downloaded model will be stored in the Cortex folder in your home data directory.

Usage​

info

You can use the --verbose flag to display more detailed output of the internal processes. To apply this flag, use the following format: cortex --verbose [subcommand].


# Stable
cortex pull [options] <model_id>
# Beta
cortex-beta pull [options] <model_id>
# Nightly
cortex-nightly pull [options] <model_id>

Options​

OptionDescriptionRequiredDefault valueExample
model_idThe identifier of the model you want to download.Yes-mistral
-h, --helpDisplay help information for the command.No--h