summaryrefslogtreecommitdiff
path: root/candle-examples/examples
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-08-16 17:57:14 +0100
committerGitHub <noreply@github.com>2024-08-16 18:57:14 +0200
commit69fdcfe96ac05213b3b166140774f38a99de0b54 (patch)
tree0915d86f98c01d30cce2a7b9d061f7e5e6d994ab /candle-examples/examples
parent2b75dd9551be511605ac09e0046a4e188bc46417 (diff)
downloadcandle-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.rs1
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};