3 points flreifying | 1 comments | 15 May 25 16:50 UTC | HN request time: 0.214s
| source I wrote a small Python library `mlxx` that monkey patches MLX, so we can conveniently use more array methods like `array.allclose(another)` or `vec1.inner(vec2)` without boilerplates.
Checkout github.com/ifsheldon/mlxx
Cheers!