File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11--extra-index-url https://download.pytorch.org/whl/cpu
2- jax >= 0.7.2
2+ # TODO: revert back to jax>=0.7.2 and flax>=0.12.0 once the issue with flax compatibility is resolved.
3+ jax == 0.8.1
34jaxlib >= 0.4.30
45grain
56google-cloud-storage >= 2.17.0
67absl-py
78datasets
8- flax >= 0.12.0
9+ flax == 0.12.1
910optax >= 0.2.3
1011torch >= 2.6.0
1112torchvision >= 0.20.1
Original file line number Diff line number Diff line change 11# Requirements for Building the MaxDifussion Docker Image
22# These requirements are additional to the dependencies present in the JAX AI base image.
33--extra-index-url https://download.pytorch.org/whl/cpu
4- jax>=0.7.2
4+ # TODO: revert back to jax>=0.7.2 and flax>=0.12.0 once the issue with flax compatibility is resolved.
5+ jax==0.8.1
56jaxlib>=0.4.30
67grain
78google-cloud-storage>=2.17.0
89absl-py
910datasets
10- flax>= 0.12.0
11+ flax== 0.12.1
1112optax>=0.2.3
1213torch>=2.6.0
1314torchvision>=0.20.1
You can’t perform that action at this time.
0 commit comments