Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ members = [
"mlx-lm",
"mlx-lm-utils",
"mlx-tests",
"examples/*",
"xtask",
]

Expand Down
6 changes: 5 additions & 1 deletion mlx-lm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description = "Rust implementation of mlx-lm"
[dependencies]
# Local dependencies
mlx-rs.workspace = true
mlx-macros.workspace = true
mlx-lm-utils.workspace = true

# External dependencies
Expand All @@ -23,4 +24,7 @@ clap = { version = "4", features = ["derive"] }
idna_adapter = "1.2"
thiserror = "2"
serde_json = "1"
minijinja = "2"
minijinja = "2"

[dev-dependencies]
lazy_static = "1"
Loading
Loading