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 7933222 commit fd0f906Copy full SHA for fd0f906
.bazelversion
@@ -1 +1 @@
1
-5.1.1
+6.1.0
WORKSPACE
@@ -93,10 +93,10 @@ switched_rules_by_language(
93
94
http_archive(
95
name = "org_tensorflow",
96
- sha256 = "b54cb7ac94a74bbab4ffc40e362d684e9b08b4a10a307022f24cb80706765367",
97
- strip_prefix = "tensorflow-2.14.0-rc0",
+ sha256 = "f0500371f6a1e3dfad2135b5cab75b25e71812160a2bde1dcd2ed32e4b8f6361",
+ strip_prefix = "tensorflow-2.14.0-rc1",
98
urls = [
99
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.14.0-rc0.tar.gz",
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.14.0-rc1.tar.gz",
100
],
101
)
102
0 commit comments