Update WORKSPACE for jaxlib 0.1.62 release

This commit is contained in:
Skye Wanderman-Milne 2021-03-08 10:46:39 -08:00
parent 3ab85de0c3
commit 482c933db7

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 = "726458bb7dcb0c7c90b41addbbc4f29a1139e0c57ac5bae1fd2d0b7552805868",
strip_prefix = "tensorflow-27cb1e3e60d03be9262351795f46690ada5797e3",
sha256 = "5faaa1ba1f4fbeacf3fc802397f9657eed66019ecd383acc877ee5253c783489",
strip_prefix = "tensorflow-75e2ebf490a0d7dea0000aca777be6ff3c126aab",
urls = [
"https://github.com/tensorflow/tensorflow/archive/27cb1e3e60d03be9262351795f46690ada5797e3.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/75e2ebf490a0d7dea0000aca777be6ff3c126aab.tar.gz",
],
)