From b4cb982e498fc121992e7c03d00d04755a66001f Mon Sep 17 00:00:00 2001 From: Nicolas Patry <patry.nicolas@protonmail.com> Date: Sun, 7 Jan 2024 12:04:14 +0100 Subject: Simplifying our internal cargo dependencies. (#1529) --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7d61cd74..3d66a02f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,14 @@ license = "MIT OR Apache-2.0" accelerate-src = { version = "0.3.2" } anyhow = { version = "1", features = ["backtrace"] } byteorder = "1.4.3" +candle = { path = "./candle-core", package = "candle-core" } +candle-datasets = { path = "./candle-datasets" } +candle-flash-attn = { path = "./candle-flash-attn" } +candle-kernels = { path = "./candle-kernels" } +candle-metal-kernels = { path = "./candle-metal-kernels" } +candle-nn = { path = "./candle-nn" } +candle-onnx = { path = "./candle-onnx" } +candle-transformers = { path = "./candle-transformers" } clap = { version = "4.2.4", features = ["derive"] } criterion = { version = "0.5.1", default-features=false } cudarc = { version = "0.9.14", features = ["f16"] } -- cgit v1.2.3