File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
.kokoro/github/ubuntu/gpu Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ source venv/bin/activate
13
13
python --version
14
14
python3 --version
15
15
16
- export LD_LIBRARY_PATH=" $LD_LIBRARY_PATH :/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:"
16
+ # setting the LD_LIBRARY_PATH manually is causing segmentation fault
17
+ # export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:"
17
18
# Check cuda
18
19
nvidia-smi
19
20
nvcc --version
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ torch==2.6.0
8
8
9
9
# Jax with cuda support.
10
10
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
11
- jax[cuda12]==0.4.28
11
+ jax[cuda12]==0.6.0
12
12
flax
13
13
14
14
-r requirements-common.txt
You can’t perform that action at this time.
0 commit comments