diff --git a/candle-examples/examples/llama_multiprocess/main.rs b/candle-examples/examples/llama_multiprocess/main.rs index 5942f9a6..0f284dba 100644 --- a/candle-examples/examples/llama_multiprocess/main.rs +++ b/candle-examples/examples/llama_multiprocess/main.rs @@ -21,7 +21,6 @@ use hf_hub::{api::sync::Api, Repo, RepoType}; use std::io::Write; use std::rc::Rc; - mod model; use model::{Config, Llama};