Skip to main content

The deliverable

When quantize() or train_qat() finishes on the platform, the SDK downloads and unpacks the bundle into your output_dir:
result.path points at this directory, so local load() and benchmark() work on it directly.

The manifest

r3alai_manifest.json ships inside every downloaded bundle. It is the customer-facing proof that a model was processed by R3AL.AI:

Embedded ONNX metadata

The quantized ONNX file itself is stamped with metadata properties, so provenance survives even if the manifest is separated from the model:

Loading a quantized bundle

The SDK resolves the manifest for you when loading (locally, via onnxruntime):