Skip to content

Commit

Permalink
Upgrade to TensorFlow 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrume committed Nov 6, 2024
1 parent f77f2d9 commit e3b54b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tensorflow == 2.17.0
tf_keras == 2.17.0
tensorflow == 2.17.1
tf_keras == 2.17.1
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.17.0";
const TAG: &str = "v2.17.0";
const VERSION: &str = "2.17.1";
const TAG: &str = "v2.17.1";
const MIN_BAZEL: &str = "3.7.2";

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

0 comments on commit e3b54b3

Please sign in to comment.