Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request jax-ml#14881 from skye:version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 515385005
  • Loading branch information
jax authors committed Mar 9, 2023
2 parents 7fd1e2f + 1aa08fd commit f1f4840
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 = "org_tensorflow",
sha256 = "23aae276b2705bfbdaea3c472da24130598f13ac0439cfb7149befb781d97a8f",
strip_prefix = "tensorflow-43e9d313548ded301fa54f25a4192d3bcb123330",
sha256 = "08fd0ab0b672510229ad2fff276a3634f205fc539fa16a5bdeeaaccd881ece27",
strip_prefix = "tensorflow-2aaeef25361311b21b9e81e992edff94bcb6bae3",
urls = [
"https://github.com/tensorflow/tensorflow/archive/43e9d313548ded301fa54f25a4192d3bcb123330.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/2aaeef25361311b21b9e81e992edff94bcb6bae3.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,14 +19,14 @@

from setuptools import setup, find_packages

_current_jaxlib_version = '0.4.4'
_current_jaxlib_version = '0.4.6'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.4'
_available_cuda_versions = ['11']
_default_cuda_version = '11'
_available_cudnn_versions = ['82', '86']
_default_cudnn_version = '86'
_libtpu_version = '0.1.dev20230216'
_libtpu_version = '0.1.dev20230309'

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

0 comments on commit f1f4840

Please sign in to comment.