Skip to content

Commit

Permalink
In OSS test script, use tf-keras-nightly (Keras 2) instead of Keras 3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576607011
  • Loading branch information
jburnim authored and tensorflower-gardener committed Oct 25, 2023
1 parent c3586af commit c552827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/run_tfp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ bazel test \
--test_timeout 300,450,1200,3600 \
--test_tag_filters="-gpu,-requires-gpu-nvidia,-notap,-no-oss-ci,-tf2-broken,-tf2-kokoro-broken" \
--test_env=TFP_HYPOTHESIS_MAX_EXAMPLES=2 \
--test_env=TF_USE_LEGACY_KERAS=1 \
--action_env=PATH \
--action_env=LD_LIBRARY_PATH \
--test_output=errors \
Expand Down

0 comments on commit c552827

Please sign in to comment.