Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b719c56

Browse files
authored
Merge pull request #67 from JSKitty/master
Fine, let's try CUDA again on Windows
2 parents 31e3c49 + 0c8d5b8 commit b719c56

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ jobs:
5050
sudo apt-get update
5151
sudo apt-get install -y vulkan-sdk
5252
53-
- name: Setup Vulkan SDK (Windows)
53+
- name: Install CUDA Toolkit (Windows)
5454
if: matrix.platform == 'windows-latest'
55-
uses: humbletim/setup-vulkan-sdk@v1.2.1
55+
uses: Jimver/cuda-toolkit@v0.2.11
5656
with:
57-
vulkan-query-version: latest
58-
vulkan-components: Vulkan-Headers, Vulkan-Loader, Glslang, SPIRV-Tools
59-
vulkan-use-cache: true
57+
cuda: '12.2'
58+
method: 'network'
6059

6160
- name: install frontend dependencies
6261
run: npm install

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ whisper-rs = "0.13.2"
5555
whisper-rs = { version = "0.13.2", features = ["metal"] }
5656

5757
[target.'cfg(windows)'.dependencies]
58-
whisper-rs = { version = "0.13.2", features = ["vulkan"] }
58+
whisper-rs = { version = "0.13.2", features = ["cuda"] }
5959

6060
[target.'cfg(target_os = "linux")'.dependencies]
6161
whisper-rs = { version = "0.13.2", features = ["vulkan"] }

0 commit comments

Comments
 (0)