From 2b878e9dd73eeb233bb7d46985627363c31c1ba8 Mon Sep 17 00:00:00 2001 From: Luke Carlson Date: Fri, 20 Sep 2024 14:39:46 -0400 Subject: [PATCH] Create CITATION.cff (#1425) --- CITATION.cff | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..ef4168f43 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.2.0 +title: mlx +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Awni + family-names: Hannun + affiliation: Apple + - given-names: Jagrit + family-names: Digani + affiliation: Apple + - given-names: Angelos + family-names: Katharopoulos + affiliation: Apple + - given-names: Ronan + family-names: Collobert + affiliation: Apple +repository-code: 'https://github.com/ml-explore' +abstract: >- + MLX: efficient and flexible machine learning on Apple + silicon +license: MIT