Replies: 1 comment
-
I don't know of any way of sharing the in-memory cache between processes, but there is experimental support for on-disk peristent compilation cache It currently only supports TPU, but a GPU implementation is currently in the works. |
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.
-
In my scenario, I have a couple of workers (processes) running on the same machine.
The workers run JAX and could benefit from sharing the JIT cache, is there a way to accomplish it?
Beta Was this translation helpful? Give feedback.
All reactions