mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-23 14:08:12 +08:00

* Fix the weight shape for grouped convolutions from the nn API. * Add tests. * Pre-commit formatting. * Add input validation. * Use integer division instead of casting. * docs * nit --------- Co-authored-by: Awni Hannun <awni@apple.com>