Skip to content

Commit

Permalink
Merge pull request #11589 from skye:workspace
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 462669951
  • Loading branch information
jax authors committed Jul 22, 2022
2 parents e121e81 + 26fbeb6 commit 1a7c883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "4cda98e3ba9cb853f7a6b4b195c04155d35a31ed27b21e9fe5473bf4f6a9add8",
strip_prefix = "tensorflow-e04beef36a5bf65594f310fc798d98545a393aee",
sha256 = "6b2b714e00db7b82fd79aaa1deacd321c7f0aeab8b17cf8c32062a80070842a8",
strip_prefix = "tensorflow-579c67bd60220fe66a29318191f0850ff0aa825f",
urls = [
"https://github.com/tensorflow/tensorflow/archive/e04beef36a5bf65594f310fc798d98545a393aee.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/579c67bd60220fe66a29318191f0850ff0aa825f.tar.gz",
],
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
_default_cuda_version = '11'
_available_cudnn_versions = ['82', '805']
_default_cudnn_version = '82'
_libtpu_version = '0.1.dev20220719'
_libtpu_version = '0.1.dev20220722'

_dct = {}
with open('jax/version.py') as f:
Expand Down

0 comments on commit 1a7c883

Please sign in to comment.