-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add support for Singularity/Apptainer container #516
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
The changes to the |
@runame that is strange, these tests don't use Docker. It seems like the failure is coming from the flax import:
These small tests are run on GH runners w CPU. I think maybe some "sub" package has not been pinned. I'm also seeing this in my other PRs. Let's not block this PR on those tests though. |
Regarding failing tests; I filed jax-ml/jax#17693 w jax. I think we should just fix ml_dtypes to 0.2.0 in the meantime while they fix their dependencies. Update: I pinned the ml_dtypes package in #514. If you sync this branch to dev, the tests should pass. |
Cool, thanks! The tests pass now. |
Resolves #436.
@pomonam Could you test this setup on your university's slurm cluster?