From 4002968cf5ad269cfbc34ea615ea524416510048 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 28 Jul 2023 10:34:21 +0000 Subject: [PATCH] Put back `"dep:half" --- 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 64f45b26..a595e74d 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 = ["cuda", "cudarc/nccl", "half"] +nccl = ["cuda", "cudarc/nccl", "dep:half"] [[example]] name = "llama_multiprocess"