Add HIP (ROCm) stt-stream build and update whisper-rs
This commit is contained in:
parent
6c7a6fec5f
commit
e16ba27ad6
5 changed files with 204 additions and 104 deletions
|
|
@ -11,7 +11,7 @@ cpal = "0.15"
|
|||
# Resampling (48k -> 16k)
|
||||
rubato = "0.15"
|
||||
# Whisper inference
|
||||
whisper-rs = "0.12"
|
||||
whisper-rs = "0.15"
|
||||
# Voice activity detection
|
||||
# Using silero via ONNX (reserved for future use)
|
||||
# ort = { version = "2.0.0-rc.9", default-features = false, features = ["load-dynamic"] }
|
||||
|
|
@ -44,6 +44,8 @@ hf-hub = "0.3"
|
|||
[features]
|
||||
default = []
|
||||
cuda = ["whisper-rs/cuda"]
|
||||
hipblas = ["whisper-rs/hipblas"]
|
||||
metal = ["whisper-rs/metal"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue