Citation + contributor acknowledgments section (#136)

* citation + acks section

* nits
This commit is contained in:
Awni Hannun 2023-12-18 10:12:35 -08:00 committed by GitHub
parent f0e14b6341
commit 517f5808fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 2 deletions

8
ACKNOWLEDGMENTS.md Normal file
View File

@ -0,0 +1,8 @@
# Individual Contributors
If you wish to be acknowledged for your contributions, please list your name
with a short description of your contribution(s) below. For example:
- Jane Smith: Added the `foo` example.
MLX Examples was developed with contributions from the following individuals:

View File

@ -18,5 +18,24 @@ Some more useful examples include:
## Contributing ## Contributing
Check out the [contribution guidelines](CONTRIBUTING.md) for more information We are grateful for all of [our
on contributing to this repo. contributors](ACKNOWLEDGMENTS.md#Individual-Contributors). If you contribute
to MLX Examples and wish to be acknowledged, please add your name to to the list in your
pull request.
## Citing MLX Examples
The MLX software suite was initially developed with equal contribution by Awni
Hannun, Jagrit Digani, Angelos Katharopoulos, and Ronan Collobert. If you find
MLX Examples useful in your research and wish to cite it, please use the following
BibTex entry:
```
@software{mlx2023,
author = {Awni Hannun and Jagrit Digani and Angelos Katharopoulos and Ronan Collobert},
title = {{MLX}: Efficient and flexible machine learning on Apple silicon},
url = {https://github.com/ml-explore},
version = {0.0},
year = {2023},
}
```