From 2b3bbdc393e640f20fc3fc86b50fc213db6ed5b1 Mon Sep 17 00:00:00 2001 From: arition Date: Tue, 26 Apr 2022 13:34:39 -0700 Subject: [PATCH] fix build script --- .github/workflows/publish-prebuild.yml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-prebuild.yml b/.github/workflows/publish-prebuild.yml index 785ff5a..6062638 100644 --- a/.github/workflows/publish-prebuild.yml +++ b/.github/workflows/publish-prebuild.yml @@ -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 @@ -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 diff --git a/package.json b/package.json index 275f2b0..476054e 100644 --- a/package.json +++ b/package.json @@ -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", @@ -54,4 +54,4 @@ 3 ] } -} +} \ No newline at end of file