graphcast icon indicating copy to clipboard operation
graphcast copied to clipboard

Jax cannot access GPU when generating predictions

Open scploeger opened this issue 1 year ago • 2 comments

When generating predictions, this error comes up:

WARNING:jax._src.xla_bridge:No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)

Using an A100 environment on colab with the stock notebook except with the modifications mentioned here.

scploeger avatar Nov 27 '23 21:11 scploeger

Any luck on this? I'm having a similar issue.

tvonich avatar Feb 01 '24 20:02 tvonich

Maybe is the version of cuda and cudnn not match the jaxlib version? You can find right version here. By the way, you need to uninstall jax&jaxlib of old version first.

AndrewY-bot avatar Apr 29 '24 08:04 AndrewY-bot