We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51792c6 commit a798aa0Copy full SHA for a798aa0
ci/run_pytest.sh
@@ -29,7 +29,7 @@ if [[ $JAXCI_RUN_PYTEST_GPU == 1 ]]; then
29
echo "Running GPU tests..."
30
export XLA_PYTHON_CLIENT_ALLOCATOR=platform
31
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 \
+ check_if_to_run_in_docker "$JAXCI_PYTHON" -m pytest -n 4 --tb=short --maxfail=20 \
33
tests examples \
34
--deselect=tests/multi_device_test.py::MultiDeviceTest::test_computation_follows_data \
35
--deselect=tests/xmap_test.py::XMapTest::testCollectivePermute2D \
0 commit comments