Files
lerobot/tests
Nicolas Rabault 6256e69c29 fix(jobs): hoist ensure_dataset_available to a module-level import
Addresses Caroline's review comment on PR #3856: the local import of
ensure_dataset_available inside submit_to_hf was vestigial. dataset.py
does not import hf.py, so there is no circular-import risk and no extra
load cost (its heavy deps stay lazy), so make it a top-level import.
2026-06-25 18:10:44 +02:00
..
2026-05-12 15:49:54 +02:00