Skip to content

Try tf 2.18 (version 2) #2385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix install
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Feb 4, 2025
commit 0e83b27ac01dde1786232528dee6dca1af5e0634
4 changes: 2 additions & 2 deletions tests/utils/setup_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ else
pip uninstall -y protobuf
if [[ "$TF_VERSION" != "2.13.0" && "$TF_VERSION" != "2.9.0" ]]; then
echo "-- install-3 TF-KERAS $TF_VERSION"
pip install tf_keras==$TF_VERSION "tensorflow-text<=$TF_VERSION"
pip install tensorflow==$TF_VERSION tf_keras==$TF_VERSION tensorflow-text
else
echo "-- install-3 TF $TF_VERSION"
pip install "tensorflow-text<=$TF_VERSION" tensorflow==$TF_VERSION protobuf
pip install tensorflow-text tensorflow==$TF_VERSION protobuf
fi
fi

Expand Down
Loading