Skip to content

Commit

Permalink
try this new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Feb 5, 2025
1 parent 74f569e commit 96d3677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/github/ubuntu/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fi
if [ "$KERAS_BACKEND" == "jax" ]
then
echo "JAX backend detected."
export XLA_PYTHON_CLIENT_PREALLOCATE=false
export XLA_FLAGS=--xla_gpu_graph_level=0
pip install -r requirements-jax-cuda.txt --progress-bar off --timeout 1000
pip uninstall -y keras keras-nightly
python3 -c 'import jax;print(jax.__version__);print(jax.default_backend())'
Expand Down

0 comments on commit 96d3677

Please sign in to comment.