diff --git a/examples/mistral/Cargo.toml b/examples/mistral/Cargo.toml index 21f4156ee..c1a14bec3 100644 --- a/examples/mistral/Cargo.toml +++ b/examples/mistral/Cargo.toml @@ -12,7 +12,7 @@ mlx-rs.workspace = true tokenizers = "0.22.0" thiserror = "2" anyhow = "1.0" -hf-hub = "0.4.3" +hf-hub = "0.5.0" dotenv = "0.15" serde = { version = "1", features = ["derive"] } serde_json = "1"