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).
6
6
Remember to align the itemized text with the first line of an item within a list.
7
7
-->
8
8
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)
10
14
11
15
* Changes
12
16
* 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
48
52
shardings that can be used with the JAX APIs from the HloShardings
49
53
that are stored in the ` Exported ` objects.
50
54
51
- ## jaxlib 0.4.29
55
+ ## jaxlib 0.4.29 (June 10, 2024)
52
56
53
57
* Bug fixes
54
58
* Fixed a bug where XLA sharded some concatenation operations incorrectly,
Original file line number Diff line number Diff line change 21
21
import pathlib
22
22
import subprocess
23
23
24
- _version = "0.4.29 "
24
+ _version = "0.4.30 "
25
25
# The following line is overwritten by build scripts in distributions &
26
26
# releases. Do not modify this manually, or jax/jaxlib build will fail.
27
27
_release_version : str | None = None
Original file line number Diff line number Diff line change 21
21
22
22
_current_jaxlib_version = '0.4.29'
23
23
# 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 '
25
25
_default_cuda12_cudnn_version = '91'
26
26
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version ]
27
27
_libtpu_version = '0.1.dev20240609'
You can’t perform that action at this time.
0 commit comments