summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-11-09 19:53:14 +0100
committerNicolas Patry <nicolas@Nicolass-MacBook-Pro.local>2023-11-20 14:12:56 +0100
commit39406a67214b01f85d5f3e2095ee36eb13d3cbf3 (patch)
treea65ecc219875f12345531b9d771be78dfa2c7cb7 /Cargo.toml
parent976ad9f9c29bd45d4e7a74298a31b0d85fec623a (diff)
downloadcandle-39406a67214b01f85d5f3e2095ee36eb13d3cbf3.tar.gz
candle-39406a67214b01f85d5f3e2095ee36eb13d3cbf3.tar.bz2
candle-39406a67214b01f85d5f3e2095ee36eb13d3cbf3.zip
Adding the actual backend
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0fea0423..c37bd75b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ members = [
exclude = [
"candle-flash-attn",
"candle-kernels",
+ "candle-metal-kernels",
"candle-onnx",
]
resolver = "2"