0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[2023/02/10]ColabでJaxのエラーが出る問題の解決法

Last updated at Posted at 2023-02-10

2023年2月10日現在、JaxとJaxlibのバージョンの整合性が取れていない状況になっています。
おそらく2023/2/3のアップデートでNvidiaのドライバーを更新したことが原因です。

libcudnnのアップデート & jaxのアップデートで解決します。

!apt install --allow-change-held-packages libcudnn8="8.4.0.27-1+cuda11.6"
!pip install --upgrade pip
!pip install -U "jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?