Merge pull request #8777 from google:yashk2810-patch-1

PiperOrigin-RevId: 413762284
This commit is contained in:
jax authors 2021-12-02 13:52:58 -08:00
commit 40912d5d96

View File

@ -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 = "bc6c9126cd274683dff628ea11b4ea7719792147a2025693dc3dc95e5dfb47e0",
strip_prefix = "tensorflow-939f707660e5782cc7cdc7299fb50f6427199a15",
sha256 = "0dfb27c28fe7128c989f40a6c837749b4f25e63199c8c543a0bfe891c33f373a",
strip_prefix = "tensorflow-3ee914bb62de56b42e9ab0d74168fa7465c28b98",
urls = [
"https://github.com/tensorflow/tensorflow/archive/939f707660e5782cc7cdc7299fb50f6427199a15.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/3ee914bb62de56b42e9ab0d74168fa7465c28b98.tar.gz",
],
)