Switch back to getting mistralrs from GitHub

This commit is contained in:
Richard Feldman 2025-07-29 22:07:19 -04:00
parent 18ca69f07f
commit 4bfc8954f3
No known key found for this signature in database
2 changed files with 175 additions and 377 deletions

View file

@ -65,7 +65,7 @@ util.workspace = true
workspace-hack.workspace = true
zed_llm_client.workspace = true
language.workspace = true
mistralrs = { path = "../../../mistral.rs/mistralrs", features = [] }
mistralrs = { git = "https://github.com/EricLBuehler/mistral.rs", tag = "v0.6.0", features = [] }
[dev-dependencies]
editor = { workspace = true, features = ["test-support"] }