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

Speed up reading data in Python #287

Closed
bfirsh opened this issue Nov 8, 2020 · 1 comment
Closed

Speed up reading data in Python #287

bfirsh opened this issue Nov 8, 2020 · 1 comment
Labels
type/roadmap High-level goals. https://github.com/replicate/replicate/projects/1

Comments

@bfirsh
Copy link
Member

bfirsh commented Nov 8, 2020

Why

When reading data from Python, it is currently reading metadata directly from storage instead of syncing like the CLI does. This is very inefficient.

How

We should expose syncing metadata in the shared API, and have Python call it. We may need to implement the cached storage in Python, or perhaps that could be exposed in the shared API.

@bfirsh bfirsh added the type/roadmap High-level goals. https://github.com/replicate/replicate/projects/1 label Nov 8, 2020
@andreasjansson
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/roadmap High-level goals. https://github.com/replicate/replicate/projects/1
Projects
None yet
Development

No branches or pull requests

2 participants