You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a cluster with NVIDIA GPUs.
When I downgrade to jax==0.4.34, the error disappears — because that version doesn't try to access the nvcc path.
Any advice on how to fix or bypass this issue while staying on JAX 0.4.35 would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the GitHub repo turbozero by lowrollr running.
The pyproject.toml explicitly requires jax==0.4.35.
When I try to import jax, I get the following error:
The error is raised at this line in jax/_src/lib/init.py:146:
I'm working on a cluster with NVIDIA GPUs.
When I downgrade to jax==0.4.34, the error disappears — because that version doesn't try to access the nvcc path.
Any advice on how to fix or bypass this issue while staying on JAX 0.4.35 would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions