Skip to content

Commit

Permalink
Merge pull request #17905 from skye:version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570481317
  • Loading branch information
jax authors committed Oct 3, 2023
2 parents 3d84808 + b9c602b commit 4cb5eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.16'
_current_jaxlib_version = '0.4.17'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.16'
_available_cuda11_cudnn_versions = ['86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '89'
_libtpu_version = '0.1.dev20230918'
_libtpu_version = '0.1.dev20231003'

def load_version_module(pkg_path):
spec = importlib.util.spec_from_file_location(
Expand Down
4 changes: 2 additions & 2 deletions third_party/xla/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update XLA_SHA256 with the result.

XLA_COMMIT = "7a19856d74569fd1f765cd03bdee84e3b1fdc579"
XLA_SHA256 = "2b632f8adb63674ce2b8b48a84729a35226af8cce68431a7804fec8ca6eac61b"
XLA_COMMIT = "7a32bc798bfd881ccf8fef4a0e5284240f233808"
XLA_SHA256 = "ff75887de4107928e5c2688323c1162795fd211ab4e4fed77d3d505447bf9403"

def repo():
tf_http_archive(
Expand Down

0 comments on commit 4cb5eee

Please sign in to comment.