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.

完全自分用TSUBAMEのCUDAとCuDNNの対応表

Posted at

自分でいい組み合わせを見つけ次第ここにメモっていく

本当にバージョン合わせが嫌.

  • PythonはConda環境で入れることを想定,CUDAとcuDNNはTSUBAMEのModuleで入れることを想定
Python CUDA cuDNN 備考 
3.8? 10.2.89 8.1 pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 -c pytorchで対応するtorchを入れられる
rdkitがpython3.8に対応してないかも
3.7 11.6.2 8.3 pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.6 -c pytorch -c nvidiaで対応するtorchを入れられる
conda install -c rdkit rdkitでrdkitもいける
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?