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 27b7c80 commit abb3131Copy full SHA for abb3131
.github/workflows/requirements.txt
@@ -1 +1 @@
1
-tensorflow == 2.16.1
+tensorflow == 2.17.0
examples/addition/model.pb
0 Bytes
tensorflow-sys/build.rs
@@ -24,8 +24,8 @@ const REPOSITORY: &str = "https://github.com/tensorflow/tensorflow.git";
24
const FRAMEWORK_TARGET: &str = "tensorflow:libtensorflow_framework";
25
const TARGET: &str = "tensorflow:libtensorflow";
26
// `VERSION` and `TAG` are separate because the tag is not always `'v' + VERSION`.
27
-const VERSION: &str = "2.16.1";
28
-const TAG: &str = "v2.16.1";
+const VERSION: &str = "2.17.0";
+const TAG: &str = "v2.17.0";
29
const MIN_BAZEL: &str = "3.7.2";
30
31
macro_rules! get(($name:expr) => (ok!(env::var($name))));
0 commit comments