Open Models

Hugging Face ships SmolVLA, a lean open robotics model

In early June 2025, Hugging Face open-sourced SmolVLA, a 450M-parameter vision-language-action model that runs on a MacBook and cuts task time about 30% — a base for low-cost open robotics.

Hugging Face ships SmolVLA, a lean open robotics model — article cover
On this page6 SECTIONS
  1. A 450M model taking on much bigger rivals
  2. Where the data comes from: community datasets at scale
  3. Async inference: about 30% faster task completion
  4. Weights, recipes, and the hardware bar
  5. The open robotics race
  6. Sources

On June 3, 2025, Hugging Face released SmolVLA, an open vision-language-action (VLA) model for robotics; TechCrunch followed on June 4 with a writeup headlined on its efficiency — it can run on a MacBook. At 450 million parameters, it is a small model with a big ambition: to import the open-weights-plus-community-data playbook of the LLM world into robotics.

For robot developers, the point is not model size but the height of the barrier: SmolVLA aims to let ordinary labs, even individual makers, run their own robot brain on consumer hardware.

A 450M model taking on much bigger rivals

SmolVLA has two parts. Vision and language understanding reuse the SmolVLM2 backbone — a SigLIP vision encoder plus a SmolLM2 decoder — while the action expert accounts for roughly 100M parameters. Hugging Face claims it outperforms far larger VLA models in both simulation and real-world settings, and beats baselines such as ACT.

TechCrunch’s writeup lands on the same point: small beating big. Most frontier VLA models in robot learning are orders of magnitude larger and are trained on cluster-scale budgets; SmolVLA is an argument that task success does not have to be bought with parameters. In application terms, the problem a VLA solves is concrete: turning what the camera sees and what the user asks into actual joint motions of an arm. That used to require a separately trained policy per task; the promise of a VLA is one model generalizing across many.

Where the data comes from: community datasets at scale

SmolVLA’s pretraining data comes only from compatibly licensed community datasets: about 487 curated datasets with roughly 10 million frames, organized under the lerobot tag on the Hugging Face Hub, recorded at 30 FPS and focused on the low-cost SO-100/SO-101 arms, totaling fewer than 30,000 training episodes.

The most striking number is the dataset scaling effect: on real SO-100 arm tasks, pretraining on community datasets lifted success from 51.7% to 78.3% — an absolute gain of 26.6 points. Simulation benchmarks cover LIBERO and Meta-World. In other words, data shared by strangers turned directly into success rate — the open flywheel logic of the LLM community, transplanted to robots. Caveats apply: simulation and the real world still diverge, and the headline numbers focus on SO-100-class hardware; generalization across robots and tasks awaits more community experiments.

Async inference: about 30% faster task completion

SmolVLA also ships an engineering highlight: an asynchronous inference stack. Conventional VLAs bind perception and action prediction into one sequential loop — the robot waits for the next action chunk before moving. The async version decouples action execution from chunk prediction, using early triggering, decoupled threads, and chunk fusion to keep motion continuous.

Per the official numbers, that cuts task completion time from 13.75 seconds to 9.7 seconds, about 30% faster, and roughly doubles completions within a fixed time at a similar ~78% success rate. For real robots reacting in changing environments, this design matters more than raw parameter count. For productization, inference-architecture work like this often matters more than the model itself: decision latency decides whether a robot can work safely around people.

Weights, recipes, and the hardware bar

SmolVLA weights are public at lerobot/smolvla_base on the Hugging Face Hub, with fully open training and finetuning recipes. Deployment targets span CPU, a MacBook, and a single consumer GPU, mapped to SO-100/SO-101 arms and the LeKiwi mobile base. The hardware bar is really about iteration speed: if every finetune needs cluster time, experiments take weeks; on a laptop, a developer can test data recipes daily — a bigger change to research rhythm than any single benchmark.

Community feedback came fast. One developer reported on X running SmolVLA on a low-cost Koch arm with an entry-level RTX 2050 (4GB) GPU after finetuning on just 31 demonstrations, calling it “a BERT moment for robotics.” TechCrunch quoted the post — 31 demos per finetune is exactly what open weights mean for researchers and makers.

The open robotics race

SmolVLA anchors Hugging Face’s low-cost robotics push: the LeRobot ecosystem (launched 2024), the Pollen Robotics acquisition, a roughly $100 3D-printed arm, and LeKiwi. Across the table are Nvidia’s open robotics tools and companies like Physical Intelligence, K-Scale Labs, Dyna Robotics, and RLWRLD.

The VLA battlefield for robotics is early, but SmolVLA’s route is clear: small models, cheap hardware, and shared datasets, with the barrier pushed down to where university labs and makers join in. If the LLM community’s flywheel transfers, open standards for hardware and data will decide the field’s pace more than any single model’s score.

Sources

AI-assisted summary compiled from the sources above, reviewed by a human before publishing.

FOUND_THIS_USEFUL?

Support more practical AI articles, tutorials, and build notes.

BUY_ME_A_COFFEE
SHAREXEMAIL