Skip to content

Commit abb3131

Browse files
committed
Upgrade to TensorFlow 2.17.0
1 parent 27b7c80 commit abb3131

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow == 2.16.1
1+
tensorflow == 2.17.0

examples/addition/model.pb

0 Bytes
Binary file not shown.

tensorflow-sys/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const REPOSITORY: &str = "https://github.com/tensorflow/tensorflow.git";
2424
const FRAMEWORK_TARGET: &str = "tensorflow:libtensorflow_framework";
2525
const TARGET: &str = "tensorflow:libtensorflow";
2626
// `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";
27+
const VERSION: &str = "2.17.0";
28+
const TAG: &str = "v2.17.0";
2929
const MIN_BAZEL: &str = "3.7.2";
3030

3131
macro_rules! get(($name:expr) => (ok!(env::var($name))));

0 commit comments

Comments
 (0)