don't forget import

This commit is contained in:
0/0 2022-12-14 17:11:22 -07:00
parent ce734cca04
commit 491eeeadde
No known key found for this signature in database
GPG Key ID: 3861E636EA1E0E2B

View File

@ -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.