aprender 0.39.0

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

# apr import

Import from external formats (hf://org/repo, local files, URLs)

**Category**: Model Transform

## Synopsis

```text
apr import [OPTIONS]
```

## Example

<!-- example-cost: model-required model: hf://openai/whisper-tiny -->
```bash
apr import hf://openai/whisper-tiny -o whisper.apr --arch whisper
```

## Full help

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

## See also

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