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 6cb1b55 commit 25290b9Copy full SHA for 25290b9
candle-binding/Cargo.toml
@@ -11,9 +11,9 @@ crate-type = ["staticlib", "cdylib"]
11
12
[dependencies]
13
anyhow = { version = "1", features = ["backtrace"] }
14
-candle-core = { version = "0.8.4", features = ["cuda"] }
15
-candle-nn = { version= "0.8.4", features = ["cuda"] }
16
-candle-transformers = { version= "0.8.4", features = ["cuda"] }
+candle-core = "0.8.4"
+candle-nn = "0.8.4"
+candle-transformers = "0.8.4"
17
tokenizers = { version = "0.21.0", features = ["http"] }
18
hf-hub = "0.4.1"
19
safetensors = "0.4.1"
0 commit comments