diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-07 15:11:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-07 14:11:27 +0100 |
commit | e72ba0b9e755bbac5bd60718765c043bba3a63dc (patch) | |
tree | 8ed9631339fce030c906dfbe7a4467e9107afd13 /Cargo.toml | |
parent | 5bb2fce9985b8fa4bfa4f289ac0c76b8a3471121 (diff) | |
download | candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.tar.gz candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.tar.bz2 candle-e72ba0b9e755bbac5bd60718765c043bba3a63dc.zip |
Add the license files. (#335)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |