Compile failed to finish within 1 hour. #15503
Unanswered
kirpal-dev
asked this question in
Q&A
Replies: 1 comment
-
It's hard to give any anwer without seeing the code that cause the issue. One guess: are you using a lot of Python control flow in your computation? If so, it can cause long compile times, and you should try re-expressing your function in terms of operations like |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi All,
Im trying to run inference on a 6B parameter model with google colab TPU environment.
I tried to compile my model, but I a RuntimeError that the
compile failed to finish within 1 hour
. Is there a way to extend the max compile time, or how can I compile my model in less than 1 hour?jax 0.2.12
jaxlib 0.1.68
Beta Was this translation helpful? Give feedback.
All reactions