Skip to content

Commit

Permalink
- fix keras to 3.3.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sineeli committed Aug 20, 2024
1 parent df56fa6 commit 6b03271
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,23 @@ then
pip install -r requirements-tensorflow-cuda.txt --progress-bar off --timeout 1000
pip install keras-nlp-nightly --no-deps
pip install tensorflow-text~=2.16.0
pip install keras~=3.3.3

elif [ "$KERAS_BACKEND" == "jax" ]
then
echo "JAX backend detected."
pip install -r requirements-jax-cuda.txt --progress-bar off --timeout 1000
pip install keras-nlp-nightly --no-deps
pip install tensorflow-text~=2.16.0
pip install keras~=3.3.3

elif [ "$KERAS_BACKEND" == "torch" ]
then
echo "PyTorch backend detected."
pip install -r requirements-torch-cuda.txt --progress-bar off --timeout 1000
pip install keras-nlp-nightly --no-deps
pip install tensorflow-text~=2.16.0
pip install keras~=3.3.3
fi

pip install --no-deps -e "." --progress-bar off
Expand Down

0 comments on commit 6b03271

Please sign in to comment.