exo dedicated-inference model create
Description
This command creates an AI model by downloading it from Huggingface.
The name parameter must be a valid Huggingface model name (e.g. mistralai/Mixtral-8x7B-Instruct-v0.1).
exo dedicated-inference model create NAME (e.g. swiss-ai/Apertus-8B-Instruct-2509) [flags]Options
| Option | Description |
|---|---|
--help, -h | help for create |
--huggingface-token | Huggingface token if required by the model |
--zone, -z | zone |
Options inherited from parent commands
| Option | Description |
|---|---|
--config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] |
--output-format, -O | Output format (table|json|text), see "exo output –help" for more information |
--output-template | Template to use if output format is "text" |
--quiet, -Q | Quiet mode (disable non-essential command output) |
--use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] |
Related Commands
- model - Manage AI models
Last updated on