Invalidate the pi0_aloha_pen_uncap checkpoint (#308)

This commit is contained in:
uzhilinsky
2025-02-17 12:13:37 -08:00
committed by GitHub

View File

@@ -310,6 +310,7 @@ def _get_mtime(year: int, month: int, day: int) -> float:
# Partial matching will be used from top to bottom and the first match will be chosen.
# Cached entries will be retained only if they are newer than the expiration timestamp.
_INVALIDATE_CACHE_DIRS: dict[re.Pattern, float] = {
re.compile("openpi-assets/checkpoints/pi0_aloha_pen_uncap"): _get_mtime(2025, 2, 17),
re.compile("openpi-assets/checkpoints/pi0_libero"): _get_mtime(2025, 2, 6),
re.compile("openpi-assets/checkpoints/"): _get_mtime(2025, 2, 3),
}