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

Expose awaitable version of instance constructor #181

Open
shreyashankar opened this issue Jun 8, 2023 · 2 comments
Open

Expose awaitable version of instance constructor #181

shreyashankar opened this issue Jun 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request M Medium difficulty to complete (could take 2-3 days)

Comments

@shreyashankar
Copy link
Collaborator

This way expensive networking calls done in state loading (e.g., loading CLIP model) can be parallelized

@shreyashankar shreyashankar added the enhancement New feature or request label Jun 8, 2023
@shreyashankar shreyashankar self-assigned this Jun 8, 2023
@shreyashankar shreyashankar added the M Medium difficulty to complete (could take 2-3 days) label Jun 8, 2023
@shreyashankar
Copy link
Collaborator Author

We need some way to pre-load large state, like a big ML model or something.

@shreyashankar
Copy link
Collaborator Author

shreyashankar commented Jun 15, 2023

We might want to make all our redis connections async.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request M Medium difficulty to complete (could take 2-3 days)
Projects
None yet
Development

No branches or pull requests

1 participant