Skip to content

Commit d4a1bb9

Browse files
committed
Update setup.py and CHANGELOG for jax 0.4.18 release
1 parent f0e4ea2 commit d4a1bb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Remember to align the itemized text with the first line of an item within a list
2626
`standard_primitive`, `standard_unop`, `unop`, and `unop_dtype_rule` are
2727
internal utilities, now deprecated without replacement.
2828

29+
* Bug fixes
30+
* Fixed Cloud TPU regression where compilation would OOM due to smem.
31+
2932
# jax 0.4.17 (Oct 3, 2023)
3033

3134
* New features

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
project_name = 'jax'
2424

25-
_current_jaxlib_version = '0.4.17'
25+
_current_jaxlib_version = '0.4.18'
2626
# The following should be updated with each new jaxlib release.
2727
_latest_jaxlib_version_on_pypi = '0.4.17'
2828
_available_cuda11_cudnn_versions = ['86']
2929
_default_cuda11_cudnn_version = '86'
3030
_default_cuda12_cudnn_version = '89'
31-
_libtpu_version = '0.1.dev20231003'
31+
_libtpu_version = '0.1.dev20231006'
3232

3333
def load_version_module(pkg_path):
3434
spec = importlib.util.spec_from_file_location(

0 commit comments

Comments
 (0)