Views
No views yet
lerobot/pi05_libero_finetuned_v044
using SnapFlow self-distillation. Runs ~10× faster per inference than the teacher (which
requires 10 denoising steps) while matching or beating teacher task-success on LIBERO.| Metric | Student (this model, 1-NFE) | Teacher (pi0.5, 10-NFE) |
|---|---|---|
| LIBERO 5-task @ N=30 | 29/30 = 96.7% | 28/30 = 93.3% |
| Inference steps per /act chunk | 1 | 10 |
| Training cost | ~$25 Modal | n/a (pretrained) |
1pip install reflex-vla
2reflex distill \
3 --teacher lerobot/pi05_libero_finetuned_v044 \
4 --steps 10000 \
5 --batch 41reflex export <local-checkpoint> --decomposed
2reflex serve <export-dir>model.safetensors — student policy weightsconfig.json — LeRobot policy config (PI05Policy)distill_provenance.json — training provenance (seeds, dataset, steps, base model)lerobot/pi05_libero_finetuned_v044. SnapFlow algorithm is
the work of the paper authors (arxiv 2604.05656).1@article{snapflow2026,
2 title={SnapFlow: Self-Distillation for Flow-Matching Vision-Language-Action Models},
3 journal={arXiv preprint arXiv:2604.05656},
4 year={2026}
5}