We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277e400 commit e38f23eCopy full SHA for e38f23e
1 file changed
examples/candle/Cargo.toml
@@ -5,11 +5,11 @@ edition = "2021"
5
publish = false
6
7
[dependencies]
8
-candle-core = "0.7"
9
-candle-nn = "0.7"
10
-candle-transformers = "0.7"
11
-hf-hub = "0.3"
+candle-core = "0.8"
+candle-nn = "0.8"
+candle-transformers = "0.8"
+hf-hub = "0.4"
12
pgvector = { path = "../..", features = ["postgres"] }
13
postgres = "0.19"
14
serde_json = "1"
15
-tokenizers = "0.20"
+tokenizers = "0.21"
0 commit comments