diff options
Diffstat (limited to 'candle-flash-attn/Cargo.toml')
-rw-r--r-- | candle-flash-attn/Cargo.toml | 2 |
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] |