Skip to content

Commit

Permalink
onnxruntimeのバージョンを1.13.1に更新するためにバージョンを更新 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
qwerty2501 and Hiroshiba authored Dec 30, 2022
1 parent a33b5b7 commit dc3b784
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/download_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
strategy:
matrix:
include:
- os: windows-latest
- os: windows-2022
artifact_name: windows-x64
cudnn_download_url: https://developer.download.nvidia.com/compute/redist/cudnn/v8.4.1/local_installers/11.6/cudnn-windows-x86_64-8.4.1.50_cuda11.6-archive.zip
cuda_version: 11.6.0
- os: ubuntu-latest
cuda_version: 11.6.2
- os: ubuntu-20.04
artifact_name: linux-x64
cudnn_download_url: https://developer.download.nvidia.com/compute/redist/cudnn/v8.4.1/local_installers/11.6/cudnn-linux-x86_64-8.4.1.50_cuda11.6-archive.tar.xz
cuda_version: 11.6.0
cuda_version: 11.6.2
env:
ASSET_NAME: CUDA-${{ matrix.artifact_name }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
include:
- platform: x64-win
artifact_name: windows-x64
directml_version: 1.9.0
directml_version: 1.10.0
env:
ASSET_NAME: DirectML-${{ matrix.artifact_name }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc3b784

Please sign in to comment.