Skip to content

Commit 6a601da

Browse files
committed
revert code
Signed-off-by: Aminu Oluwaseun Joshua <[email protected]>
1 parent f30a6cb commit 6a601da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/llm-local/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl LocalLlmEngine {
148148
Entry::Vacant(v) => {
149149
let (model_dir, arch) =
150150
walk_registry_for_model(&self.registry, model.clone()).await?;
151-
let model: Arc<dyn InferencingModel> = match arch {
151+
let model = match arch {
152152
InferencingModelArch::Llama => Arc::new(
153153
llama::LlamaModels::new(&model_dir)
154154
.await

0 commit comments

Comments
 (0)