We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4be14 commit 123af34Copy full SHA for 123af34
examples/candle/Cargo.toml
@@ -5,9 +5,9 @@ edition = "2021"
5
publish = false
6
7
[dependencies]
8
-candle-core = "0.8"
9
-candle-nn = "0.8"
10
-candle-transformers = "0.8"
+candle-core = "0.9"
+candle-nn = "0.9"
+candle-transformers = "0.9"
11
hf-hub = "0.4"
12
pgvector = { path = "../..", features = ["postgres"] }
13
postgres = "0.19"
0 commit comments