Fixing nccl feature.

This commit is contained in:
Nicolas Patry
2023-07-28 12:19:20 +02:00
parent 3e89df938c
commit d2dea11ef6
2 changed files with 2 additions and 2 deletions

View File

@ -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", "dep:half"]
nccl = ["dep:cudarc", "cudarc/nccl", "dep:half"]
[[example]]
name = "llama_multiprocess"