Skip to content

Commit

Permalink
Update WORKSPACE for jaxlib 0.3.2 release, take 3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 434789818
  • Loading branch information
skye authored and jax authors committed Mar 15, 2022
1 parent 1dd003e commit 057905b
Showing 1 changed file with 3 additions and 3 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 = "1574fcc9085935c8d18c9dfdc92fb3bdbd3bc247518b6d194978cbcab5064f62",
strip_prefix = "tensorflow-e0ad436ebc84c51d4d6fc829bac5ccf7aa897dbd",
sha256 = "1990eea2e3d195a8561bef633ff94af82fcbc0e1a10ee4052d6c3087616ea7e3",
strip_prefix = "tensorflow-481b67b1de37bcb1ff625c287bc70c03d187fc7d",
urls = [
"https://github.com/tensorflow/tensorflow/archive/e0ad436ebc84c51d4d6fc829bac5ccf7aa897dbd.tar.gz",
"https://github.com/tensorflow/tensorflow/archive/481b67b1de37bcb1ff625c287bc70c03d187fc7d.tar.gz",
],
)

Expand Down

0 comments on commit 057905b

Please sign in to comment.