From 49ef267bad5c88e9f02d67484376e01786b72f53 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 10 Jan 2024 17:59:30 -0700 Subject: [PATCH] Remove simd feature --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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"]