-
I am getting a weird XLA error when using !pip install --upgrade pip
!pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
!pip install flax
!pip install optax
from google.colab import drive
drive.mount('/content/gdrive')
%cd "gdrive/MyDrive/project/"
import sys
sys.path.append('gdrive/MyDrive/project/')
%run project/main.py training The error I get is
The full trace is
|
Beta Was this translation helpful? Give feedback.
Answered by
PabloAMC
Feb 14, 2023
Replies: 1 comment
-
Solved in #14464 XLA Error when calling
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PabloAMC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved in #14464 XLA Error when calling
rng = jax.random.PRNGKey(0)
in google colabusing