Files
mlx-lm/ACKNOWLEDGMENTS.md
Gökdeniz Gülmez 23ba454f8c Adding Support for GLM4 (#99)
* Initial Commit

* Works

* fix MLP and RoPE

* formating

* clean up

* make it trainable

* format

* uptade acknowledgements
2025-04-17 14:57:57 -07:00

758 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 LM was developed with contributions from the following individuals:

  • Shunta Saito: Added support for PLaMo models.
  • Prince Canuma: Helped add support for Starcoder2 models.
  • Gökdeniz Gülmez: Added support for the following architectures: OpenBMB's MiniCPM and MiniCPM3, Kyutai's Helium, State-Space'sMamba v1, Z.ai & THUKEG's GLM4, and Allenai's OLMoE; Added support for the following training algorithms: full-fine-tuning; Added support for the following other features: Multiple Optimizers to choose for training.