File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html).
66Remember to align the itemized text with the first line of an item within a list.
77-->
88
9- ## jax 0.4.29
9+ ## jax 0.4.30
10+
11+ ## jaxlib 0.4.30
12+
13+ ## jax 0.4.29 (June 10, 2024)
1014
1115* Changes
1216 * We anticipate that this will be the last release of JAX and jaxlib
@@ -48,7 +52,7 @@ Remember to align the itemized text with the first line of an item within a list
4852 shardings that can be used with the JAX APIs from the HloShardings
4953 that are stored in the ` Exported ` objects.
5054
51- ## jaxlib 0.4.29
55+ ## jaxlib 0.4.29 (June 10, 2024)
5256
5357* Bug fixes
5458 * Fixed a bug where XLA sharded some concatenation operations incorrectly,
Original file line number Diff line number Diff line change 2121import pathlib
2222import subprocess
2323
24- _version = "0.4.29 "
24+ _version = "0.4.30 "
2525# The following line is overwritten by build scripts in distributions &
2626# releases. Do not modify this manually, or jax/jaxlib build will fail.
2727_release_version : str | None = None
Original file line number Diff line number Diff line change 2121
2222_current_jaxlib_version = '0.4.29'
2323# The following should be updated with each new jaxlib release.
24- _latest_jaxlib_version_on_pypi = '0.4.28 '
24+ _latest_jaxlib_version_on_pypi = '0.4.29 '
2525_default_cuda12_cudnn_version = '91'
2626_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version ]
2727_libtpu_version = '0.1.dev20240609'
You can’t perform that action at this time.
0 commit comments