diff --git a/Cargo.toml b/Cargo.toml index 5bff1f8..5936e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ rand = "0.8.4" [features] default = [] -simd = [] coreml = ["whisper-rs-sys/coreml"] cuda = ["whisper-rs-sys/cuda", "_gpu"] opencl = ["whisper-rs-sys/opencl"]