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 · 1 comment
Open

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

andersonbcdefg opened this issue Mar 13, 2024 · 1 comment
Labels
help wanted Extra attention is needed

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
@AmenRa AmenRa added help wanted Extra attention is needed and removed bug Something isn't working labels Jul 1, 2024
@AmenRa
Copy link
Owner

AmenRa commented Jul 1, 2024

Hi and sorry for the delay.
Unfortunately, I cannot help with this.
If you find a solution, please post it here for others.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants