Add the license files. (#335)

This commit is contained in:
Laurent Mazare
2023-08-07 15:11:27 +02:00
committed by GitHub
parent 5bb2fce998
commit e72ba0b9e7
5 changed files with 227 additions and 3 deletions

View File

@ -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" }