Skip to content

Commit

Permalink
Merge pull request loco-rs#638 from haoxins/chore
Browse files Browse the repository at this point in the history
examples: update to the latest kalosm
  • Loading branch information
jondot authored Jul 15, 2024
2 parents e8518fc + 4e99ff9 commit 66345e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/llm-candle-inference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter", "json"] }

lazy_static = "1"

kalosm = { version = "0.2.1", features = ["metal"] }
kalosm = { version = "0.2.2", features = ["metal"] }
futures-util = "0.3.30"
axum-streams = { version = "0.14.2", features = ["text"] }
zstd-sys = { version = "=2.0.9" }

[patch.crates-io]
kalosm = { git = "https://github.com/floneum/floneum.git", package = "interfaces/kalosm", branch = "main" }

[[bin]]
name = "inference"
path = "src/bin/main.rs"
Expand Down

0 comments on commit 66345e2

Please sign in to comment.