mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-05 00:57:06 +00:00
f8f7fa0279
One-flag A/B for the fetch-concurrency fix on the cluster benchmark. Component-level A/B against the Hub (old EpisodeByteCache @7b6f4f2b1 vs new, decoder stubbed, 16 episodes x 3 cameras x 6 MB slices of a 518 MB file, both run orders to bound CDN warmth): OLD (4 workers, sequential cams): 22.2 / 24.3 MiB/s NEW (16 workers, parallel cams): 47.3 / 45.1 MiB/s (~2.0x) on a residential link; the cluster needed 1.44x (465 -> 670 MiB/s aggregate) to hit its 1000 samples/s target. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>