Skip to content

Commit

Permalink
Merge pull request #571 from haoxins/fix
Browse files Browse the repository at this point in the history
build: patch the kalosm in llm candle inference
  • Loading branch information
jondot committed May 6, 2024
2 parents dc85746 + 0ee2a0f commit b345100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/llm-candle-inference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ 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"
Expand Down

0 comments on commit b345100

Please sign in to comment.