Skip to content
Open
Changes from all commits
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
3 changes: 3 additions & 0 deletions .github/container/test-jax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ fi
# nvidia-*-cu1X wheels from PyPI to run tests, use the local installations
FLAGS+=("--//jaxlib/tools:add_pypi_cuda_wheel_deps=false")

# Always use KMD as not all combinations of UMD!=KMD are supported
FLAGS+=("--@cuda_driver//:include_cuda_umd_libs=false")

# Default parallelism: at least 10GB per test, no more than 4 tests per GPU.
DEFAULT_JOBS_PER_GPU=$(( GPU_MEMORIES_MIB[0] / 10000))
if (( DEFAULT_JOBS_PER_GPU > 4 )); then DEFAULT_JOBS_PER_GPU=4; fi
Expand Down
Loading