Skip to content

Commit

Permalink
point to wip metal4 upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Dec 18, 2023
1 parent e869047 commit 59123ec
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
41 changes: 20 additions & 21 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 = { git = "https://github.com/huggingface/candle", branch = "metal4" }
half = "2.3.1"
num-traits = "0.2.17"
rustler = { version = "0.30.0", default-features = false, features = ["derive", "nif_version_2_16"] }
Expand Down

0 comments on commit 59123ec

Please sign in to comment.