Commit graph

2 commits

Author SHA1 Message Date
RoomWithOutRoof
be00ee1695 fix(checkpoint): support tinker paths with run-id suffix
Fixes Issue #24: 'tinker checkpoint delete' now accepts paths with run-id
suffix (e.g., tinker://run-id🚋0/sampler_weights/final).

The previous implementation assumed a strict 3-part path format, which
failed when the run-id contained a suffix like '🚋0'.

This change updates ParsedCheckpointTinkerPath.from_tinker_path() to:
- Handle run-ids with arbitrary suffixes
- Provide better error messages for invalid formats

Good day,

Thank you for your work on this excellent library!

Warmly,
RoomWithOutRoof
2026-04-16 01:37:56 +08:00
Dylan Huang
f3c0b1f179 Sync contents 2026-03-19 00:10:49 +00:00