mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-23 17:56:07 +00:00
d0f5849989
A dataset can appear multiple times across per-rank/resumed manifests (timed out once, then succeeded on retry). keep='last' could keep the stale ERROR row and wrongly flag an already-migrated dataset (e.g. VoicAndrei/so100_kitchen) for deletion. De-dup now prefers a successful attempt over an errored one.