ai-services application model
The model command allows you to download new models and list the models required by the application template.
Note: Command supported for runtime podman only.
Available Commands
| Command | Description |
|---|---|
| download | Download models for a given application template |
| list | List models for a given application template |
Usage
ai-services application model [command] [flags]
Example
ai-services application model list --template rag --runtime podman
ai-services application model list -t rag --runtime podman
ai-services application model download -t rag --runtime podman
Flags
| Flag | Description |
|---|---|
--runtime string |
Container runtime
Supported parameters: openshift, podman (required) |
-t, --template string |
Template name to use (required) |
-h, --help |
Show help message |
--legacy |
Use legacy application model implementation |