Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR upgrades
jaxlib
to0.4.31
with a few important caveats:jax
andtorch
working together peacefully with CUDA, I temporarily removed support forosx-arm64
. This means that one will not be able to installb3d
on a Mac to use thegcp
tooling (but we have pretty good documentation for how to do this manually here. There’s a broader question here about if we should supportosx-arm64
at all, which we can address separately within the context of data collected from the B3D user survey).gen3d
(378f93e
as of this writing), so it’s hard to reason about if the upgradedjaxlib
in this PR breaks anything. To help assess that, I captured the output of running tests on both branches, available here. Before merging this PR it's probably wise to study that a bit to see if there are any obvious regressions, etc.-e gpu
since it is now the default environment.