keepsake icon indicating copy to clipboard operation
keepsake copied to clipboard

Get checkpoints by ID in Python

Open bfirsh opened this issue 4 years ago • 0 comments

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

bfirsh avatar Nov 19 '20 01:11 bfirsh