keepsake
keepsake copied to clipboard
Get checkpoints by ID in Python
It should be possible to load a specific checkpoint by ID in Python. For example:
checkpoint = replicate.checkpoints.get("abc123")
This would be useful for using the checkpoint ID as a specific identifier for a model version.
Blocked by #287