-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA 11.8.0, cuDNN 8.9.2に更新 #695
Conversation
1552027
to
7bff6e3
Compare
今コアが使っているonnxruntimeがたしかバージョン1.14で、それがCUDA 11.6だったりします。 基本バージョンが上がったほうが良い気がしますが、実際どうなんでしょう・・・? |
をすべて含めたビルドを作ってみました。CUDA 11.8, cuDNN 8.9.2になっています。
Linux CUDA版で動作確認ができたため、Ready for reviewにしておきます。
趣旨はUbuntu 22.04のDockerイメージの提供をできるようにすることなので、互換性に問題があればCUDA 11.7までに留めるのを探るのもいいと思います! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
1箇所コンフリクトが起こっていたので解決お願いします・・・!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!ヒホさんが一点コメントしている点以外は特に問題ないと思いました!
提案とプルリクエストありがとうございます!! |
内容
先に #696 のマージが必要です(CIストレージ容量確保のため)。
Ubuntu 22.04のDockerイメージ提供 ( #660 (comment) )を経緯として、CUDA 11.xで最新のCUDA 11.8に更新します。ついでにcuDNNをCUDA 11.xと互換性がある最新のcuDNN 8.9.2に更新します。
docker pull aoirint/voicevox_engine:nvidia-ubuntu20.04-0.15.0-aoirint.14 docker run --rm --gpus all -p '127.0.0.1:50021:50021' aoirint/voicevox_engine:nvidia-ubuntu20.04-0.15.0-aoirint.14
cuDNNのダウンロードURLについて
これまで使っていたURLではcuDNN 8.8.0以上のアーカイブが配布されていなかったため、URLを変更しました。通常のダウンロードURL(
https://developer.nvidia.com/downloads/compute/cudnn/secure/*
)はNVIDIAアカウントでの認証が必要ですが、以下のURLでは認証を要求されないため、CIで利用できます。CUDA・ONNXRuntimeの互換性について
CUDAはマイナーバージョン(CUDA 11.x)で後方互換性があります。
CUDA 11.xは、LinuxではNVIDIAドライバ 450.80.02以上、WindowsではNVIDIAドライバ 452.39以上で動作します。
ONNXRuntime 1.13.1はCUDA 11.6でビルドされていますが、CUDAの後方互換性から、CUDA 11.xで動くことが想定されています。
(参考)CUDA・cuDNNライセンスファイルの更新について
ダウンロードしたWindows用exeファイルから7-zipで抽出しています。
関連 Issue
スクリーンショット・動画など
その他