mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 01:41:19 +08:00
Citation + contributor acknowledgments section (#136)
* citation + acks section * nits
This commit is contained in:
parent
f0e14b6341
commit
517f5808fc
8
ACKNOWLEDGMENTS.md
Normal file
8
ACKNOWLEDGMENTS.md
Normal 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:
|
23
README.md
23
README.md
@ -18,5 +18,24 @@ Some more useful examples include:
|
||||
|
||||
## Contributing
|
||||
|
||||
Check out the [contribution guidelines](CONTRIBUTING.md) for more information
|
||||
on contributing to this repo.
|
||||
We are grateful for all of [our
|
||||
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},
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user