Skip to content

Commit 00e350a

Browse files
authored
Merge pull request #1226 from huberalberti/patch-1
Update WORKSPACE
2 parents 74b648c + 5c5aef3 commit 00e350a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ http_archive(
7272
name = "org_tensorflow",
7373
patch_args = ["-p1"],
7474
patches = ["//third_party/tensorflow:tf.patch"],
75-
strip_prefix = "tensorflow-f21d60a1667c4a52399986809e8e9aedac0e24c2",
75+
strip_prefix = "tensorflow-2.15.0-rc0",
7676
sha256 = "45b722efebb4355159eac54f6520675c42ee7c3c21670abf0a371e66210bf8bd",
7777
urls = [
78-
"https://github.com/tensorflow/tensorflow/archive/f21d60a1667c4a52399986809e8e9aedac0e24c2.zip"
78+
"https://github.com/tensorflow/tensorflow/archive/v2.15.0-rc0.zip"
7979
],
8080
)
8181

0 commit comments

Comments
 (0)