Skip to content

Commit

Permalink
Remove extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmarmour committed Mar 8, 2024
1 parent c1d6aa1 commit b6a8a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/llama_cpp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@

#![warn(missing_docs)]

use grammar::LlamaGrammar;
use llama_cpp_sys::{llama_context, llama_token_data_array};
use thiserror::Error;

Expand Down

0 comments on commit b6a8a06

Please sign in to comment.