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]
.
- MacOs/Linux
- Windows
# Stablecortex pull [options] <model_id> # Betacortex-beta pull [options] <model_id> # Nightlycortex-nightly pull [options] <model_id>
# Stablecortex.exe pull [options] <model_id> # Betacortex-beta.exe pull [options] <model_id> # Nightlycortex-nightly.exe pull [options] <model_id>
Options​
Option | Description | Required | Default value | Example |
---|---|---|---|---|
model_id | The identifier of the model you want to download. | Yes | - | mistral |
-h , --help | Display help information for the command. | No | - | -h |