-
Notifications
You must be signed in to change notification settings - Fork 6
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
Is there a current work around for multiple devices? #31
Comments
Do you have a simple code example? i don't think there is an immediate work around (especially since we somewhat rely on having ordered debug events) but it would be interesting to see what is going on. |
I can work on a simple code example to reproduce this error, and I'll share it down once it's written. |
So, I've managed to get a code snippet that works for a single device (but not for multiple when run over Also, I'm relatively new to JAX, so it won't be the most proficient code, but it does reproduce the error. The reproducible script can be found below,
This will output (when using the
and without the
|
Hi all,
Firstly, I just want to say that this package is great! I was just wondering if there exists a current work around when using
@scan_tqdm
withinjax.experimental.shard_map
I get the following error,Is there a current work around to display a progress bar for each device or is this out-of-scope for the meanwhile? Thanks!
The text was updated successfully, but these errors were encountered: