Skip to content

Commit 5942e15

Browse files
yashk2810jax authors
authored and
jax authors
committed
Prepare for 0.4.21 release
PiperOrigin-RevId: 587767502
1 parent d91c13e commit 5942e15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
project_name = 'jax'
2424

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

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

third_party/xla/workspace.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2020
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2121
# and update XLA_SHA256 with the result.
2222

23-
XLA_COMMIT = "96c4f8749b6521ff3e2670d168c9095a5f6323c5"
24-
XLA_SHA256 = "68601c20ab970ca7d35fead91566f847152b1e5a14319e2ffaf9bc35243e1292"
23+
XLA_COMMIT = "96c964be6e99b57d5edbe65e0185bc7898e2e9c1"
24+
XLA_SHA256 = "567182c0dde8d7c80938453ae0fa5904b3d004b4e3906888a2b20be9454731bf"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)