Skip to content

Commit

Permalink
In open source tests, use tf-keras-nightly (Keras 2) instead of Keras 3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575910204
  • Loading branch information
jburnim authored and tensorflower-gardener committed Oct 23, 2023
1 parent 73a4a75 commit abdc777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/dependency_install_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ install_tensorflow() {
PIP_FLAGS=${2-}
# NB: tf-nightly pulls in other deps, like numpy, absl, and six, transitively.
TF_VERSION_STR=$(find_good_tf_nightly_version_str $TF_NIGHTLY_PACKAGE)
python -m pip install $PIP_FLAGS $TF_NIGHTLY_PACKAGE==$TF_VERSION_STR
python -m pip install $PIP_FLAGS \
$TF_NIGHTLY_PACKAGE==$TF_VERSION_STR \
tf-keras-nightly
}

install_jax() {
Expand Down

0 comments on commit abdc777

Please sign in to comment.