feat(transcription): add WhisperRsBackend wrapping whisper-rs with initial_prompt support
This commit is contained in:
@@ -21,3 +21,7 @@ futures-util = "0.3"
|
||||
sha2 = "0.10"
|
||||
|
||||
whisper-rs = { version = "0.16", default-features = false, features = ["vulkan"] }
|
||||
|
||||
# Direct whisper-rs backend (WhisperRsBackend): thread pool sizing + typed errors.
|
||||
num_cpus = "1"
|
||||
thiserror = "2"
|
||||
|
||||
Reference in New Issue
Block a user