Views
No views yet
Canonical:kevinqz/Pi0Fast-Base-CoreAI— source of truth.
⚠️ Robot policy — needs a matching robot to actuate. This is lerobot/pi0fast-base 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.
| Field | Value |
|---|---|
| Parameters | 3.3B |
| Architecture | transformer |
| Capabilities | vision-language-action, robotics |
| Embodiment | generalist_multi_robot |
| Sampling | autoregressive_fast (256-step) |
| Quantization / precision | none / float16 |
| On-disk size | 5.4 GB |
| Asset kind | split-export policy (encode, decode_step) + norm_stats |
| assetVersion | 2.0 |
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 pi0fast-baseminimum_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, N-step, fixed-noise (measured on Apple Silicon).coreai-fabric verify.| Field | Value |
|---|---|
| Base model | lerobot/pi0fast-base @ acbfee34e383700f64ede42e3ac7e89027dd43c2 |
| Converted by | models/pi0fast/export.py (version not reported) |
| Recipe | pi0fast-base (recipe_source: fabric) |
| Precision / quantization | float16 / none |
| Conversion date | 2026-07-06 |
parity-report.json (gate results) ·
reproduce-manifest.json · LICENSE
(upstream terms).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.LICENSE) and restricted by the Gemma Prohibited Use Policy (§3.2, incorporated by reference). Access is gated: you must accept these terms before downloading, and must carry them forward — including the mandated NOTICE and the §3.2 restrictions — on any further distribution (see NOTICE). Gemma and PaliGemma are trademarks of Google LLC, used here only descriptively; this conversion is not affiliated with, produced by, or endorsed by Google.pi0fast-base.aimodel pipeline that produced this asset.