Slow compile-time for jax.jit() on my server #19371
Unanswered
AustinApple
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, thanks for the question! I'm not sure what might lead to longer compile times on your system vs Colab. Keep in mind that compilation happens on the host rather than the device, so perhaps your local CPU is slower than the CPU in the Colab GPU runtimes? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to run colabfold code on my server. I found the running time is much longer than I run them on Colab. Meanwhile, I always encounter the warning
Later, I found that the culprit would be the time for jax.jit() compilation. So, I did a simple test, the snippet is following:
I found the compile time on my server is much longer than Colab. Is there any way to accelerate the compile time or is something wrong? Thanks.
The following is the envs for my server and Colab:
Beta Was this translation helpful? Give feedback.
All reactions