Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get checkpoints by ID in Python #360

Open
bfirsh opened this issue Nov 19, 2020 · 0 comments
Open

Get checkpoints by ID in Python #360

bfirsh opened this issue Nov 19, 2020 · 0 comments
Labels
type/enhancement Something new

Comments

@bfirsh
Copy link
Member

bfirsh commented Nov 19, 2020

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 bfirsh added the type/enhancement Something new label Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Something new
Projects
None yet
Development

No branches or pull requests

1 participant