File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
.kokoro/github/ubuntu/gpu Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
set -x
17
17
cd " ${KOKORO_ROOT} /"
18
18
19
- PYTHON_BINARY=" /usr/bin/python3.9 "
19
+ PYTHON_BINARY=" /usr/bin/python3.10 "
20
20
21
21
" ${PYTHON_BINARY} " -m venv venv
22
22
source venv/bin/activate
23
23
# Check the python version
24
24
python --version
25
25
python3 --version
26
26
27
- export LD_LIBRARY_PATH=" $LD_LIBRARY_PATH :/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:"
27
+ # setting the LD_LIBRARY_PATH manually is causing segmentation fault
28
+ # export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:"
28
29
# Check cuda
29
30
nvidia-smi
30
31
nvcc --version
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ torchvision>=0.16.0
10
10
# Jax with cuda support.
11
11
# Keep same version as Keras repo.
12
12
--find-links https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
13
- jax[cuda12_pip ]==0.4.28
13
+ jax[cuda12 ]==0.6.0
14
14
15
15
-r requirements-common.txt
You can’t perform that action at this time.
0 commit comments