mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-11 12:01:52 +00:00
a343dcc90d
The pipeline steps are pickled and run on workers where this script's module globals are unavailable, so referencing the module-level _load_dataset helper raised NameError. Inline dataset loading and shard paths into each run() with local imports, and let --venv-path and --env-command coexist.