Skip to main content

Usage

anaconda ai download <MODEL> [OPTIONS]

Description

Downloads a quantized model file from the backend. If the model is already downloaded, the command exits immediately unless --force is specified. A progress bar displays during the download.

Arguments

Options

Examples

Download a model
anaconda ai download OpenHermes-2.5-Mistral-7B/Q4_K_M
Force re-download of an existing model
anaconda ai download OpenHermes-2.5-Mistral-7B/Q4_K_M --force
Download and hard-link to a custom path
anaconda ai download OpenHermes-2.5-Mistral-7B/Q4_K_M -o ./models/openhermes.gguf