diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-12-20 15:37:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 15:37:31 +0100 |
commit | 9fc210fae8175a180dba8c28aa8e5975868a237c (patch) | |
tree | 5c009b11e1c11f20c99d1546849a00a063e068c0 /candle-examples | |
parent | 96f1a28e390fceeaa12b3272c8ac5dcccc8eb5fa (diff) | |
parent | 9b5e4843a63180a2803b1e836b4ca90f14281d03 (diff) | |
download | candle-9fc210fae8175a180dba8c28aa8e5975868a237c.tar.gz candle-9fc210fae8175a180dba8c28aa8e5975868a237c.tar.bz2 candle-9fc210fae8175a180dba8c28aa8e5975868a237c.zip |
Merge pull request #1318 from huggingface/metal4
Starting to fix some tests.
Diffstat (limited to 'candle-examples')
-rw-r--r-- | candle-examples/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index 508f75f5..0c4bf20e 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -57,6 +57,7 @@ flash-attn = ["cuda", "candle-transformers/flash-attn", "dep:candle-flash-attn"] mkl = ["dep:intel-mkl-src", "candle/mkl", "candle-nn/mkl", "candle-transformers/mkl"] nccl = ["cuda", "cudarc/nccl", "dep:half"] onnx = ["candle-onnx"] +metal = ["candle/metal", "candle-nn/metal"] [[example]] name = "llama_multiprocess" |