mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-02 15:47:05 +00:00
e623733861
draccus re-parses each config class's source on every parse() to extract field help text (~2.5s for TrainPipelineConfig). Memoize it for the test session; the source is constant within a run. Fast Tests test time: 664s -> 404s (-39%).