From e207b9fce8295939cf583a8ad3119cd5410a1188 Mon Sep 17 00:00:00 2001 From: Zero Date: Sun, 14 May 2023 14:26:51 -0600 Subject: [PATCH] old change that was forgotten in bindings.rs --- sys/src/bindings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/bindings.rs b/sys/src/bindings.rs index fbcb505..27f4bfd 100644 --- a/sys/src/bindings.rs +++ b/sys/src/bindings.rs @@ -660,7 +660,7 @@ extern "C" { pub fn whisper_model_n_mels(ctx: *mut whisper_context) -> ::std::os::raw::c_int; } extern "C" { - pub fn whisper_model_f16(ctx: *mut whisper_context) -> ::std::os::raw::c_int; + pub fn whisper_model_ftype(ctx: *mut whisper_context) -> ::std::os::raw::c_int; } extern "C" { pub fn whisper_model_type(ctx: *mut whisper_context) -> ::std::os::raw::c_int;