hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs

MLX EXtended, Array Supercharged

3 points

by flreifying

2 days ago

story

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!

loading...