Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689715583
  • Loading branch information
arnoegw authored and tensorflower-gardener committed Oct 25, 2024
1 parent 7befc1a commit 93cd2be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kokoro/github/ubuntu/cpu/newest_stable/continuous.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env_vars: {
}
env_vars: {
key: "TF_VERSION"
value: "2.17.*"
value: "2.18.*"
}
env_vars: {
key: "TF_USE_LEGACY_KERAS"
Expand Down
2 changes: 1 addition & 1 deletion kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env_vars: {
}
env_vars: {
key: "TF_VERSION"
value: "2.17.*"
value: "2.18.*"
}
env_vars: {
key: "TF_USE_LEGACY_KERAS"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def test_any_composite(self):
tf.__version__.startswith('2.15')
or tf.__version__.startswith('2.16')
or tf.__version__.startswith('2.17')
or tf.__version__.startswith('2.18')
or '-dev' in tf.__version__ # tf-nightly
):
self.skipTest('Fails with tf internal error since tf 2.15')
Expand Down

0 comments on commit 93cd2be

Please sign in to comment.