Skip to content

Commit d93d082

Browse files
committed
support Llama 3.2 1B instruct
1 parent fc41a8f commit d93d082

File tree

5 files changed

+1020
-29
lines changed

5 files changed

+1020
-29
lines changed

mlx-lm/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ clap = { version = "4", features = ["derive"] }
2323
idna_adapter = "1.2"
2424
thiserror = "2"
2525
serde_json = "1"
26-
minijinja = "2"
26+
minijinja = "2"
27+
28+
[dev-dependencies]
29+
lazy_static = "1"

0 commit comments

Comments
 (0)