diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 786c9042c..641ce49b6 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -20,6 +20,7 @@ MLX was developed with contributions from the following individuals: - Paul Paczuski: Improved stability of BCE loss calculation - Max-Heinrich Laves: Added `conv_transpose1d`, `conv_transpose2d`, and `conv_transpose3d` ops. - Gökdeniz Gülmez: Added the `Muon (MomentUm Orthogonalized by Newton-schulz)` optimizer. +- Vincent Amato: Added adaptive max pooling layers: `AdaptiveMaxPool1d`, `AdaptiveMaxPool2d`, and `AdaptiveMaxPool3d`.