old change that was forgotten in bindings.rs
This commit is contained in:
parent
343a3029fb
commit
e207b9fce8
1 changed files with 1 additions and 1 deletions
|
|
@ -660,7 +660,7 @@ extern "C" {
|
||||||
pub fn whisper_model_n_mels(ctx: *mut whisper_context) -> ::std::os::raw::c_int;
|
pub fn whisper_model_n_mels(ctx: *mut whisper_context) -> ::std::os::raw::c_int;
|
||||||
}
|
}
|
||||||
extern "C" {
|
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" {
|
extern "C" {
|
||||||
pub fn whisper_model_type(ctx: *mut whisper_context) -> ::std::os::raw::c_int;
|
pub fn whisper_model_type(ctx: *mut whisper_context) -> ::std::os::raw::c_int;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue