Skip to content

Commit

Permalink
Merge pull request #20571 from hawkinsp:release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 621592689
  • Loading branch information
jax authors committed Apr 3, 2024
2 parents 9bb3f79 + 6149326 commit fed7efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -50,6 +50,7 @@ Remember to align the itemized text with the first line of an item within a list
* Changes
* JAX now supports CUDA 12.1 or newer only. Support for CUDA 11.8 has been
dropped.
* JAX now supports NumPy 2.0.

## jax 0.4.25 (Feb 26, 2024)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -22,12 +22,12 @@

project_name = 'jax'

_current_jaxlib_version = '0.4.25'
_current_jaxlib_version = '0.4.26'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.25'
_default_cuda12_cudnn_version = '89'
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
_libtpu_version = '0.1.dev20240224'
_libtpu_version = '0.1.dev20240403'

def load_version_module(pkg_path):
spec = importlib.util.spec_from_file_location(
Expand Down

0 comments on commit fed7efd

Please sign in to comment.