summaryrefslogtreecommitdiff
path: root/candle-flash-attn
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-07 15:11:27 +0200
committerGitHub <noreply@github.com>2023-08-07 14:11:27 +0100
commite72ba0b9e755bbac5bd60718765c043bba3a63dc (patch)
tree8ed9631339fce030c906dfbe7a4467e9107afd13 /candle-flash-attn
parent5bb2fce9985b8fa4bfa4f289ac0c76b8a3471121 (diff)
downloadcandle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.tar.gz
candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.tar.bz2
candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.zip
Add the license files. (#335)
Diffstat (limited to 'candle-flash-attn')
-rw-r--r--candle-flash-attn/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-flash-attn/Cargo.toml b/candle-flash-attn/Cargo.toml
index ee6ce90a..8d7afa69 100644
--- a/candle-flash-attn/Cargo.toml
+++ b/candle-flash-attn/Cargo.toml
@@ -7,7 +7,7 @@ description = "Flash attention layer for the candle ML framework."
repository = "https://github.com/huggingface/candle"
keywords = ["blas", "tensor", "machine-learning"]
categories = ["science"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]