[go: nahoru, domu]

Skip to content

Commit

Permalink
[XLA] Bump Python version to 3.10 in JAX:GPU presubmit.
Browse files Browse the repository at this point in the history
JAX has dropped Python 3.9 support.

PiperOrigin-RevId: 647034652
  • Loading branch information
hawkinsp authored and tensorflower-gardener committed Jun 26, 2024
1 parent b5e4303 commit 2d8b350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/xla/build_tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def nvidia_gpu_build_with_compute_capability(
configs=(
"avx_posix",
"mkl_open_source_only",
"rbe_linux_cuda12.3_nvcc_py3.9",
"rbe_linux_cuda12.3_nvcc_py3.10",
"tensorflow_testing_rbe_linux",
),
target_patterns=("//tests:gpu_tests", "//tests:backend_independent_tests"),
Expand Down

0 comments on commit 2d8b350

Please sign in to comment.