File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ jobs:
7171 GATEWAY_PORT=50051;
7272 GATEWAY_URL=\$(JOBSET_NAME):\$(GATEWAY_PORT);
7373 OUTPUT_DIR=/opt/output;
74- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/cuda-12.9/compat/lib.real:/usr/local/nvidia/lib64;
7574
7675 COMMAND : |
7776 set -x;
7877
79- pip install jax[k8s];
78+ export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/cuda-12.9/compat/lib.real:\${LD_LIBRARY_PATH};
79+
8080 python -c 'import jax; jax.distributed.initialize(); print(jax.devices()); print(jax.local_devices()); assert jax.process_count() > 1; assert len(jax.devices()) > len(jax.local_devices());';
8181
8282 PIDS=();
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ jobs:
7171 GATEWAY_PORT=50051;
7272 GATEWAY_URL=\$(JOBSET_NAME):\$(GATEWAY_PORT);
7373 OUTPUT_DIR=/opt/output;
74- LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/cuda-12.9/compat/lib.real:/usr/local/nvidia/lib64;
7574 COMMAND : |
7675 set -x;
7776
78- pip install jax[k8s];
77+ export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/cuda-12.9/compat/lib.real:\${LD_LIBRARY_PATH};
78+
7979 python -c 'import jax; jax.distributed.initialize(); print(jax.devices()); print(jax.local_devices()); assert jax.process_count() > 1; assert len(jax.devices()) > len(jax.local_devices());';
8080
8181 PIDS=();
You can’t perform that action at this time.
0 commit comments