-
Notifications
You must be signed in to change notification settings - Fork 706
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
use stand-alone absl-py as dependency for jax w/ gfbf/2023a
+ CUDA 12.1.1 + add Optax v0.2.2, Flax v0.8.4, scvi-tools v1.1.2
#21039
use stand-alone absl-py as dependency for jax w/ gfbf/2023a
+ CUDA 12.1.1 + add Optax v0.2.2, Flax v0.8.4, scvi-tools v1.1.2
#21039
Conversation
Test report by @lexming |
@boegelbot please test @ jsc-zen3-a100 |
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 2317739963 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
gfbf/2023a
+ CUDA 12.1.1 + add Optax v0.2.2, Flax v0.8.4, scvi-tools v1.1.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Going in, thanks @lexming! |
(created using
eb --new-pr
)Equivalent to #21038 for stack with CUDA
Adding new easyconfig for
Flax
, which deserves its own package; and forabsl-py
, which is used in many places already.This clarifies the dependency tree of the Flax/JAX stack as:
absl-py
>jax
>Optax
>Flax
Changelog:
jax
v0.4.25:absl-py
with regular dependencysource_urls
individually per each source sownloadedOptax
v0.2.2 with CUDA 12 without those extensions already provided by its dependenciesFlax
v0.8.4 with CUDA 12scvi-tools
v1.2.2 with CUDA 12 without those extensions already provided by its dependencies