We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c2b05 commit 2822e3aCopy full SHA for 2822e3a
llama-cpp-2/src/llama_batch.rs
@@ -1,6 +1,6 @@
1
//! Safe wrapper around `llama_batch`.
2
3
-use crate::token::{self, LlamaToken};
+use crate::token::LlamaToken;
4
use llama_cpp_sys_2::{llama_batch, llama_batch_free, llama_batch_init, llama_pos, llama_seq_id};
5
6
/// A safe wrapper around `llama_batch`.
0 commit comments