Use modern cudnn

This commit is contained in:
Henry Ruhs
2024-04-04 16:48:00 +02:00
committed by GitHub
parent 37197071d8
commit 626da1f1bd
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = async kernel =>
{
message:
[
'conda install -y --override-channels cudatoolkit=11.8.0 cudnn=8.4.1.50 -c conda-forge'
'conda install cudatoolkit=11.8 cudnn=8.9.2.26 -y'
],
conda:
{