Skip to content

Commit 5b450af

Browse files
committed
set the tpu cores in the env file
1 parent c448ea6 commit 5b450af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/envs/run_tests/pytest_tpu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ export JAXCI_INSTALL_WHEELS_LOCALLY=1
1919

2020
export JAXCI_RUN_PYTEST_TPU=1
2121

22+
export JAXCI_TPU_CORES=8
23+
2224
# Disable x64 mode
2325
export JAX_ENABLE_X64=0
2426

2527
# Clone XLA at HEAD.
26-
export JAXCI_CLONE_MAIN_XLA=1
28+
export JAXCI_CLONE_MAIN_XLA=1

0 commit comments

Comments
 (0)