Skip to content

Commit 4cb5eee

Browse files
author
jax authors
committed
Merge pull request #17905 from skye:version
PiperOrigin-RevId: 570481317
2 parents 3d84808 + b9c602b commit 4cb5eee

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.16'
25+
_current_jaxlib_version = '0.4.17'
2626
# The following should be updated with each new jaxlib release.
2727
_latest_jaxlib_version_on_pypi = '0.4.16'
2828
_available_cuda11_cudnn_versions = ['86']
2929
_default_cuda11_cudnn_version = '86'
3030
_default_cuda12_cudnn_version = '89'
31-
_libtpu_version = '0.1.dev20230918'
31+
_libtpu_version = '0.1.dev20231003'
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 = "7a19856d74569fd1f765cd03bdee84e3b1fdc579"
24-
XLA_SHA256 = "2b632f8adb63674ce2b8b48a84729a35226af8cce68431a7804fec8ca6eac61b"
23+
XLA_COMMIT = "7a32bc798bfd881ccf8fef4a0e5284240f233808"
24+
XLA_SHA256 = "ff75887de4107928e5c2688323c1162795fd211ab4e4fed77d3d505447bf9403"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)