Downloads · 30 days
0
kevinqz/Pi0-CoreAI
Pi0-CoreAI is a robotics model from kevinqz. Use it for the robotics task on the model card, and read the license before you ship it in a product. It is set up for coreai. The card lists the license as apache-2.0.
Canonical: kevinqz/Pi0-CoreAI — source of truth.
Downloads · 30 days
0
Access
Public
Updated Jul 6, 2026
Repo size
6.3 GB
Likes
0
Public
Click a slice to open those files.
.mlirb6.3 GB · 100%
From the Hugging Face model README
Canonical:
kevinqz/Pi0-CoreAI— source of truth.
⚠️ Robot policy — needs a matching robot to actuate. This is lerobot/pi0 converted to an Apple Core AI
.aimodel. Its output is a normalized action chunk for generalist_multi_robot. Run it on any other robot, or with mismatched calibration / normalization stats, and it emits floats that look valid but actuate garbage — the most dangerous silent-failure mode. It is a base checkpoint: fine-tune on your robot's data before expecting useful behavior.
An Apple Core AI conversion of lerobot/pi0 — a robot policy that maps images + proprioceptive state (+ a language instruction, when the model uses one) to a continuous action chunk (flow_matching sampler). Produced by coreai-fabric and indexed by coreai-catalog.
| Field | Value |
|---|---|
| Parameters | 3.3B |
| Architecture | transformer |
| Capabilities | vision-language-action, robotics |
| Embodiment | generalist_multi_robot |
| Sampling | flow_matching (10-step) |
| Quantization / precision | none / float16 |
| On-disk size | 5.8 GB |
| Asset kind | split-export policy (encode, denoise_step) + norm_stats |
| assetVersion | 2.0 |
A policy is not a chat model: there is no stock high-level Swift runtime for
it. The bundle is the split-export shape — an encode graph (run once per
observation) + a denoise_step graph (the host drives it num_steps times) +
norm_stats.json (un-normalization). You supply the host loop (the N-step
sampler + un-normalization) in Swift. Recommended integration: keep LeRobot's
Python RobotClient for the servos/cameras/calibration, and run inference
on-device — see the io_contract in the catalog for the exact tensors.
pip install coreai-catalog && coreai-catalog install pi0-base
minimum_os v27,
so the on-device Swift runtime requires macOS/iOS 27+. A Mac on macOS 26 can
convert and inspect it but not run it on-device.recorded episodes, 10-step, fixed-noise (measured on Apple Silicon).coreai-fabric verify.| Field | Value |
|---|---|
| Base model | lerobot/pi0 @ e4ed526af508e58f6008b29e9e48f1098278fdb5 |
| Converted by | models/pi0/export.py coreai_torch 0.4.1 + coremltools 9.0 |
| Recipe | pi0-base (recipe_source: fabric) |
| Precision / quantization | float16 / none |
| Conversion date | 2026-07-04 |
Machine-readable, in this repo:
parity-report.json (gate results) ·
reproduce-manifest.json · LICENSE
(upstream terms).
Weights licensed apache-2.0 — see the bundled LICENSE. This artifact is a converted derivative of the base policy: its
weights were converted to Apple Core AI format. The conversion itself is
community work.
pi0-base.aimodel pipeline that produced this asset.Community conversion. Not produced, hosted, or endorsed by Apple. Apple and Core AI are trademarks of Apple Inc., used here only to describe the target runtime/format. This is an independent community conversion.