From aeccf5ea68f0461b1170fe25a7dbdef3b3ae5466 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Thu, 2 Apr 2026 13:54:50 +0800 Subject: [PATCH] try ort cuda --- src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 46773382a..02d494250 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -88,7 +88,7 @@ tauri-plugin-single-instance = "2.3.2" tauri-plugin-updater = "2.10.0" [target.'cfg(windows)'.dependencies] -transcribe-rs = { version = "0.3.3", features = ["whisper-vulkan", "ort-directml"] } +transcribe-rs = { version = "0.3.3", features = ["whisper-vulkan", "ort-directml", "ort-cuda"] } windows = { version = "0.61.3", features = [ "Win32_Media_Audio_Endpoints", "Win32_System_Com_StructuredStorage", @@ -105,7 +105,7 @@ transcribe-rs = { version = "0.3.3", features = ["whisper-metal"] } [target.'cfg(target_os = "linux")'.dependencies] gtk-layer-shell = { version = "0.8", features = ["v0_6"] } gtk = "0.18" -transcribe-rs = { version = "0.3.3", features = ["whisper-vulkan"] } +transcribe-rs = { version = "0.3.3", features = ["whisper-vulkan", "ort-cuda"] } [patch.crates-io] tauri-runtime = { git = "https://github.com/cjpais/tauri.git", branch = "handy-2.10.2" }