don't forget import
This commit is contained in:
parent
ce734cca04
commit
491eeeadde
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use crate::error::WhisperError;
|
||||
use crate::whisper_params::FullParams;
|
||||
use crate::WhisperToken;
|
||||
use crate::{WhisperToken, WhisperTokenData};
|
||||
use std::ffi::{c_int, CStr, CString};
|
||||
|
||||
/// Safe Rust wrapper around a Whisper context.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue