mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-24 23:08:15 +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>