diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-08-16 17:57:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-16 18:57:14 +0200 |
commit | 69fdcfe96ac05213b3b166140774f38a99de0b54 (patch) | |
tree | 0915d86f98c01d30cce2a7b9d061f7e5e6d994ab /candle-examples/examples | |
parent | 2b75dd9551be511605ac09e0046a4e188bc46417 (diff) | |
download | candle-69fdcfe96ac05213b3b166140774f38a99de0b54.tar.gz candle-69fdcfe96ac05213b3b166140774f38a99de0b54.tar.bz2 candle-69fdcfe96ac05213b3b166140774f38a99de0b54.zip |
Apply rustfmt. (#2421)
Diffstat (limited to 'candle-examples/examples')
-rw-r--r-- | candle-examples/examples/llama_multiprocess/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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}; |