Skip to content

Commit

Permalink
Use modern cudnn
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs authored Apr 4, 2024
1 parent 3719707 commit 626da1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
{
Expand Down

0 comments on commit 626da1f

Please sign in to comment.