Skip to content

Commit 123af34

Browse files
committed
Updated example [skip ci]
1 parent 8e4be14 commit 123af34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/candle/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
candle-core = "0.8"
9-
candle-nn = "0.8"
10-
candle-transformers = "0.8"
8+
candle-core = "0.9"
9+
candle-nn = "0.9"
10+
candle-transformers = "0.9"
1111
hf-hub = "0.4"
1212
pgvector = { path = "../..", features = ["postgres"] }
1313
postgres = "0.19"

0 commit comments

Comments
 (0)