Skip to content

Commit

Permalink
Upgrade to TensorFlow 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrume committed May 6, 2023
1 parent b84c862 commit 5f40532
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tensorflow == 2.11.0
tensorflow == 2.12.0
Binary file modified examples/addition/model.pb
Binary file not shown.
2 changes: 1 addition & 1 deletion run-valgrind
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function run {
echo
}

tensorflow_version=2.11.0
tensorflow_version=2.12.0

valgrind_log=valgrind.log
truncate --size=0 "$valgrind_log"
Expand Down
4 changes: 2 additions & 2 deletions tensorflow-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const REPOSITORY: &str = "https://github.com/tensorflow/tensorflow.git";
const FRAMEWORK_TARGET: &str = "tensorflow:libtensorflow_framework";
const TARGET: &str = "tensorflow:libtensorflow";
// `VERSION` and `TAG` are separate because the tag is not always `'v' + VERSION`.
const VERSION: &str = "2.11.0";
const TAG: &str = "v2.11.0";
const VERSION: &str = "2.12.0";
const TAG: &str = "v2.12.0";
const MIN_BAZEL: &str = "3.7.2";

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

0 comments on commit 5f40532

Please sign in to comment.