We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf65f6b commit 82af356Copy full SHA for 82af356
WORKSPACE
@@ -28,10 +28,10 @@ http_archive(
28
# and update the sha256 with the result.
29
http_archive(
30
name = "org_tensorflow",
31
- sha256 = "8cae9dfecd254177b9029208c40abaaa4974909f05b6e07e9672da0cc74ba132",
32
- strip_prefix = "tensorflow-1bee182c9b0f89d5602bd83a29ec91c7c1ef2449",
+ sha256 = "012a1f4858d01224e59479d400ab09c05381aae9233e30cf7083d1eb371dd1d2",
+ strip_prefix = "tensorflow-28c8ecf51efe205511577c9b251be5f0771a84bc",
33
urls = [
34
- "https://github.com/tensorflow/tensorflow/archive/1bee182c9b0f89d5602bd83a29ec91c7c1ef2449.tar.gz",
+ "https://github.com/tensorflow/tensorflow/archive/28c8ecf51efe205511577c9b251be5f0771a84bc.tar.gz",
35
],
36
)
37
0 commit comments