<!-- PCU: examples-create-test-transformer-apr | contract: contracts/apr-page-examples-create-test-transformer-apr-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example create_test_transformer_apr -->
<!-- Status: enforced -->
# Create Test Transformer APR
Generates a test APR v2 file with full transformer metadata for inference testing.
Creates a minimal decoder-only LLM with proper tensor structure, suitable for
verifying the APR format pipeline end-to-end.
## Run
```bash
cargo run --example create_test_transformer_apr
```
## Source
```rust,ignore
// Run this example:
// cargo run --example create_test_transformer_apr
//
// See the CLI reference and source code in crates/ for implementation details.
```