Skip to content

Commit a798aa0

Browse files
Update run_pytest.sh
Lower to number of gpus
1 parent 51792c6 commit a798aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_pytest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [[ $JAXCI_RUN_PYTEST_GPU == 1 ]]; then
2929
echo "Running GPU tests..."
3030
export XLA_PYTHON_CLIENT_ALLOCATOR=platform
3131
export XLA_FLAGS=--xla_gpu_force_compilation_parallelism=1
32-
check_if_to_run_in_docker "$JAXCI_PYTHON" -m pytest -n 8 --tb=short --maxfail=20 \
32+
check_if_to_run_in_docker "$JAXCI_PYTHON" -m pytest -n 4 --tb=short --maxfail=20 \
3333
tests examples \
3434
--deselect=tests/multi_device_test.py::MultiDeviceTest::test_computation_follows_data \
3535
--deselect=tests/xmap_test.py::XMapTest::testCollectivePermute2D \

0 commit comments

Comments
 (0)