Skip to content

Commit

Permalink
cuda12
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Feb 20, 2024
1 parent a208997 commit 495b7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
include:
- os: windows-2022
artifact_name: windows-x64
cudnn_download_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.2.26_cuda11-archive.zip
cudnn_download_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/windows-x86_64/cudnn-windows-x86_64-8.9.2.26_cuda12-archive.zip
cuda_version: 12.2.2
- os: ubuntu-20.04
artifact_name: linux-x64
cudnn_download_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda11-archive.tar.xz
cudnn_download_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda12-archive.tar.xz
cuda_version: 12.2.2
env:
ASSET_NAME: CUDA-${{ matrix.artifact_name }}
Expand Down

0 comments on commit 495b7be

Please sign in to comment.