Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
arition committed Apr 26, 2022
1 parent 211dfd1 commit 2b3bbdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ matrix.os == 'windows-2019' }}
shell: powershell
env:
cuda: "11.1.3"
cuda: "11.3.0"
cudnn: "8.2.1.32"
run: |
# Install CUDA via a powershell script
Expand All @@ -43,7 +43,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
shell: bash
env:
cuda: "11.3"
cuda: "11.3.0"
cudnn: "8.2.1.32"
run: |
source ./.github/workflows/scripts/install_cuda_ubuntu.sh
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arition/torch-js",
"version": "0.13.0",
"version": "0.13.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Kittipat Virochsiri, arition, raghavmecheri",
Expand Down Expand Up @@ -54,4 +54,4 @@
3
]
}
}
}

0 comments on commit 2b3bbdc

Please sign in to comment.