aprender 0.39.0

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
<!-- PCU: cli-run | contract: contracts/apr-page-cli-run-v1.yaml -->

# apr run

Run model directly (auto-download, cache, execute)

**Category**: Inference

## Synopsis

```text
apr run [OPTIONS]
```

## Example

<!-- example-cost: model-required model: qwen2.5-coder-1.5b -->
```bash
apr run qwen2.5-coder-1.5b "What is 2+2?" --max-tokens 16
```

## Full help

Run `apr run --help` for the complete option list.

## See also

- Source: [`crates/apr-cli/src/commands/run.rs`]https://github.com/paiml/aprender/blob/main/crates/apr-cli/src/commands/run.rs
- Contract: [`contracts/apr-page-cli-run-v1.yaml`]https://github.com/paiml/aprender/blob/main/contracts/apr-page-cli-run-v1.yaml