Skip to content

Commit

Permalink
Start jax and jaxlib 0.4.11 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536860076
  • Loading branch information
yashk2810 authored and jax authors committed May 31, 2023
1 parent 525ba49 commit 48ad9a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# and update the sha256 with the result.
http_archive(
name = "xla",
sha256 = "8188f528ce2c81b62f6cc01b7b30bee21c276dd79c881c06813fc408d487c48f",
strip_prefix = "xla-d10fb016209af268e86e3b0f0083fd3c283c4592",
sha256 = "617a968b2d4154ef4368e2676c72e2bc9a019be3b6a1941c8dc741d3e5ea3d8e",
strip_prefix = "xla-7a7cee6e31a01d0103c41b753c7e7fe6e0eeece8",
urls = [
"https://github.com/openxla/xla/archive/d10fb016209af268e86e3b0f0083fd3c283c4592.tar.gz",
"https://github.com/openxla/xla/archive/7a7cee6e31a01d0103c41b753c7e7fe6e0eeece8.tar.gz",
],
)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

from setuptools import setup, find_packages

_current_jaxlib_version = '0.4.10'
_current_jaxlib_version = '0.4.11'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.10'
_available_cuda11_cudnn_versions = ['82', '86']
_default_cuda11_cudnn_version = '86'
_default_cuda12_cudnn_version = '88'
_libtpu_version = '0.1.dev20230511'
_libtpu_version = '0.1.dev20230531'

_dct = {}
with open('jax/version.py', encoding='utf-8') as f:
Expand Down

0 comments on commit 48ad9a6

Please sign in to comment.