Skip to content

Commit e38f23e

Browse files
committed
Updated dependencies for example [skip ci]
1 parent 277e400 commit e38f23e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

examples/candle/Cargo.toml

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

77
[dependencies]
8-
candle-core = "0.7"
9-
candle-nn = "0.7"
10-
candle-transformers = "0.7"
11-
hf-hub = "0.3"
8+
candle-core = "0.8"
9+
candle-nn = "0.8"
10+
candle-transformers = "0.8"
11+
hf-hub = "0.4"
1212
pgvector = { path = "../..", features = ["postgres"] }
1313
postgres = "0.19"
1414
serde_json = "1"
15-
tokenizers = "0.20"
15+
tokenizers = "0.21"

0 commit comments

Comments
 (0)