Skip to content

Commit 25290b9

Browse files
committed
feat(mock): llm-katan support
Signed-off-by: FeiDaLI <[email protected]>
1 parent 6cb1b55 commit 25290b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

candle-binding/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ crate-type = ["staticlib", "cdylib"]
1111

1212
[dependencies]
1313
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"] }
14+
candle-core = "0.8.4"
15+
candle-nn = "0.8.4"
16+
candle-transformers = "0.8.4"
1717
tokenizers = { version = "0.21.0", features = ["http"] }
1818
hf-hub = "0.4.1"
1919
safetensors = "0.4.1"

0 commit comments

Comments
 (0)