Skip to content

Commit f88cbef

Browse files
committed
updated to candle 0.9.1
1 parent 561d28e commit f88cbef

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

strathweb-phi-engine/Cargo.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

strathweb-phi-engine/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ crate-type = ["lib", "cdylib", "staticlib"]
1010
thiserror = "1.0"
1111
uniffi = { version = "0.28.3", features=["build"] }
1212
anyhow = "1.0.81"
13-
candle-nn = { version = "0.8.4" }
14-
candle-core = { version = "0.8.4" }
15-
candle-transformers = { version = "0.8.4" }
13+
candle-nn = { version = "0.9.1" }
14+
candle-core = { version = "0.9.1" }
15+
candle-transformers = { version = "0.9.1" }
1616
hf-hub = { version = "0.3.2", features = ["tokio"] }
1717
tokenizers = "0.19.1"
1818
once_cell = "1.19.0"
@@ -21,8 +21,8 @@ tracing = "0.1.40"
2121
tracing-subscriber = "0.3.18"
2222

2323
[target.aarch64-apple-darwin.dependencies]
24-
candle-core = { version = "0.8.4", features = ["metal"] }
25-
candle-transformers = { version = "0.8.4", features = ["metal"] }
24+
candle-core = { version = "0.9.1", features = ["metal"] }
25+
candle-transformers = { version = "0.9.1", features = ["metal"] }
2626

2727
[build-dependencies]
2828
uniffi = { version = "0.28.3", features=["build"] }

0 commit comments

Comments
 (0)