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

JIT compilation on serverless (i.e. Modal Labs) #64

Open
andersonbcdefg opened this issue Mar 13, 2024 · 0 comments
Open

JIT compilation on serverless (i.e. Modal Labs) #64

andersonbcdefg opened this issue Mar 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@andersonbcdefg
Copy link

I'm noticing that it takes a really long time to start up anything with ranx in a serverless setting, e.g. Modal Labs. I tried adding a step during the build process where I call the functions that need to be cached, but it doesn't seem to help. This is true even if I explicitly set the NUMBA_CACHE_DIR to a directory that will persist from build -> deployment. Do you have advice on how to avoid the JIT slow start in this setting?

@andersonbcdefg andersonbcdefg added the bug Something isn't working label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant