@setoelkahfi / sigit / commits / e4ab497

Update mistralrs and onde dependencies to latest git commits

paydii committed Apr 26, 2026 at 10:35 UTC e4ab497ae7680441cd3c6420e4aa30661ca36b1b
2 files changed +11 -10
Cargo.lock
+9 -8
index be1c485..4f966d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3264,7 +3264,7 @@ dependencies = [ [[package]] name = "mistralrs" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "anyhow", "candle-core", @@ -3291,7 +3291,7 @@ dependencies = [ [[package]] name = "mistralrs-audio" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "anyhow", "apodize", @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "mistralrs-core" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "ahash", "akin", @@ -3399,7 +3399,7 @@ dependencies = [ [[package]] name = "mistralrs-macros" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "darling 0.23.0", "proc-macro2", @@ -3410,7 +3410,7 @@ dependencies = [ [[package]] name = "mistralrs-mcp" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "anyhow", "async-trait", @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "mistralrs-paged-attn" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "anyhow", "candle-core", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "mistralrs-quant" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "byteorder", "candle-core", @@ -3475,7 +3475,7 @@ dependencies = [ [[package]] name = "mistralrs-vision" version = "0.8.1" -source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#020dcbf8e2c4147c16bb015e89435811501baa28" +source = "git+https://github.com/setoelkahfi/mistral.rs?branch=fix%2Fall-platform-fixes#e53956bcd1b40c8221f79b919d78c1e496aba634" dependencies = [ "candle-core", "image", @@ -3799,6 +3799,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "onde" version = "0.1.8" +source = "git+https://github.com/ondeinference/onde?branch=development#dfcc6ecfa74ac965af6c33ba0bd06d9cf241fc12" dependencies = [ "anyhow", "cc",
Cargo.toml
+2 -2
index 0248387..21cf7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ path = "src/main.rs" agent-client-protocol = { version = "0.10.4", features = ["unstable_session_fork", "unstable_session_additional_directories"] } # Onde Inference engine (local LLM) -onde = { path = "../onde" } -# onde = { git = "https://github.com/ondeinference/onde", branch = "development" } +# onde = { path = "../onde" } +onde = { git = "https://github.com/ondeinference/onde", branch = "development" } # Async runtime async-trait = "0.1"