Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler authored Sep 29, 2024
1 parent d3d9635 commit f7e2c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mistralrs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ tracing-subscriber.workspace = true
derive-new = "0.6.0"
itertools = "0.13.0"
sysinfo = "0.30.12"
mistralrs-vision = { version = "0.3.0", path = "../mistralrs-vision" }
mistralrs-vision = { version = "0.3.1", path = "../mistralrs-vision" }
csv = "1.3.0"
reqwest.workspace = true
base64.workspace = true
bytemuck_derive = "1.7.0"
mistralrs-paged-attn = { version = "0.3.0", path = "../mistralrs-paged-attn", optional = true }
mistralrs-quant = { version = "0.3.0", path = "../mistralrs-quant" }
mistralrs-paged-attn = { version = "0.3.1", path = "../mistralrs-paged-attn", optional = true }
mistralrs-quant = { version = "0.3.1", path = "../mistralrs-quant" }
uuid = { version = "1.10.0", features = ["v4"] }
schemars = "0.8.21"
serde_yaml = "0.9.34"
Expand Down

0 comments on commit f7e2c18

Please sign in to comment.