Fix for 139
What's Changed
* Support using class probabilities as targets in `func crossEntropy()` by minghuaw in https://github.com/ml-explore/mlx-swift/pull/142
* Change default reduction type of `binaryCrossEntropy` to `mean` by minghuaw in https://github.com/ml-explore/mlx-swift/pull/144
* Add the groups parameter to MLXNN.Conv1d by lucasnewman in https://github.com/ml-explore/mlx-swift/pull/154
* switch to v0.18.1 mlx tag by davidkoski in https://github.com/ml-explore/mlx-swift/pull/155
New Contributors
* lucasnewman made their first contribution in https://github.com/ml-explore/mlx-swift/pull/154
**Full Changelog**: https://github.com/ml-explore/mlx-swift/compare/0.18.0...0.18.1