Skip to content

Commit

Permalink
Start jax and jaxlib 0.4.22 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590686003
  • Loading branch information
yashk2810 authored and jax authors committed Dec 13, 2023
1 parent 3c07c10 commit 2e63352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

project_name = 'jax'

_current_jaxlib_version = '0.4.21'
_current_jaxlib_version = '0.4.22'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.21'
_available_cuda11_cudnn_versions = ['86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '89'
_libtpu_version = '0.1.dev20231204'
_libtpu_version = '0.1.dev20231213'

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

0 comments on commit 2e63352

Please sign in to comment.