Skip to content

Commit

Permalink
Start jax and jaxlib 0.4.16 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566354738
  • Loading branch information
yashk2810 authored and jax authors committed Sep 18, 2023
1 parent fe0f12e commit d477b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.15'
_current_jaxlib_version = '0.4.16'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.15'
_latest_jaxlib_version_on_pypi = '0.4.14'
_available_cuda11_cudnn_versions = ['86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '89'
_libtpu_version = '0.1.dev20230830'
_libtpu_version = '0.1.dev20230918'

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 = "70ae45e23082c7569c381648997bbeecd1c7b281"
XLA_SHA256 = "7780680d34d886dd3cee414b23b4d026b8f1057ae756cd3ac6c0990ff9a0cd78"
XLA_COMMIT = "f089a9224682e9658b6e20f7350af4909464378d"
XLA_SHA256 = "5fc8bb5da7f3cda7f5be4589f8be744464281b949d2902e250c1a39580eaabc7"

def repo():
tf_http_archive(
Expand Down

0 comments on commit d477b92

Please sign in to comment.