Skip to content

Commit

Permalink
以前のcuDNNに対するワークアラウンドを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Apr 14, 2024
1 parent 1a5d675 commit 7e9c977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ jobs:
fi
cudnn_path=$(find download -maxdepth 1 -name 'cudnn-*')
: "${cudnn_path:=./download/cuda}" # https://developer.download.nvidia.com/compute/redist/cudnn/v8.2.4/cudnn-11.4-linux-x64-v8.2.4.15.tgz
if [ ${{ runner.os }} = Windows ]; then
cudnn_path=$(cygpath -wa "$cudnn_path")
else
Expand Down

0 comments on commit 7e9c977

Please sign in to comment.