Skip to content

Commit

Permalink
Merge pull request #149 from mimiquate/candle
Browse files Browse the repository at this point in the history
build(deps): start depending on candle stable releases
  • Loading branch information
grzuy authored Feb 29, 2024
2 parents c416ac7 + a5e2349 commit 9077bbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions native/candlex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/candlex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
candle-core = { git = "https://github.com/huggingface/candle" }
candle-core = "0.4.1"
half = "2.3.1"
num-traits = "0.2.18"
rustler = { version = "0.31.0", default-features = false, features = ["derive", "nif_version_2_16"] }
Expand Down

0 comments on commit 9077bbc

Please sign in to comment.