aprender 0.37.0

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

# apr export

Export model to other formats

**Category**: Model Transform

## Synopsis

```text
apr export [OPTIONS]
```

## Example

<!-- example-cost: model-required model: model.apr -->
```bash
apr export model.apr --format gguf -o model.gguf
```

## Full help

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

## See also

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