summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent5bb2fce9985b8fa4bfa4f289ac0c76b8a3471121 (diff)
downloadcandle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.tar.gz
candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.tar.bz2
candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.zip
Add the license files. (#335)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55d851e1..887be45d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ description = "Minimalist 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"
[workspace.dependencies]
accelerate-src = { version = "0.3.2" }