Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoppel committed Dec 7, 2024
1 parent d44deef commit 4a334a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llama-cpp-2/src/token/data_array.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//! an rusty equivalent of `llama_token_data_array`.
use std::{ffi::CString, ptr};
use std::ptr;

use crate::{
model::LlamaModel,
sampling::{params::LlamaSamplerParams, LlamaSampler},
token::data::LlamaTokenData,
};
Expand Down

0 comments on commit 4a334a4

Please sign in to comment.