From be256a6ba633ecf2bef3b66779142a157ee9f7f1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 28 Jul 2023 10:23:05 +0000 Subject: [PATCH] Fixing. --- candle-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index d4666d47..64f45b26 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -42,7 +42,7 @@ default = [] cuda = ["candle/cuda", "candle-nn/cuda", "candle-transformers/cuda"] flash-attn = ["cuda", "dep:candle-flash-attn"] mkl = ["dep:intel-mkl-src", "candle/mkl", "candle-nn/mkl", "candle-transformers/mkl"] -nccl = ["dep:cudarc", "cudarc/nccl", "dep:half"] +nccl = ["cuda", "cudarc/nccl", "half"] [[example]] name = "llama_multiprocess"