mlx-examples/ACKNOWLEDGMENTS.md
Shiyu 8353bbbf93
Segment Anything Model (#552)
* add segment anything model

* add readme

* reorg file structure

* update

* lint

* minor updates

* ack

* fix weight loading

* simplify

* fix to run notebooks

* amg in mlx

* remove torch dependency

* nit in README

* return indices in nms

* simplify

* bugfix / simplify

* fix bug'

* simplify

* fix notebook and remove output

* couple more nits

---------

Co-authored-by: Awni Hannun <awni@apple.com>
2024-06-02 16:45:51 -07:00

649 B

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:

  • Juarez Bochi: Added support for T5 models.
  • Sarthak Yadav: Added the cifar and speechcommands examples.
  • Shunta Saito: Added support for PLaMo models.
  • Gabrijel Boduljak: Implemented CLIP.
  • Markus Enzweiler: Added the cvae examples.
  • Prince Canuma: Helped add support for Starcoder2 models.
  • Shiyu Li: Added the Segment Anything Model.