Awni Hannun

Results 1014 comments of Awni Hannun

Are there any differences between the Python array API standard and NumPy or is the standard basically a subset of NumPy? If it's the latter, then I would say we...

> thanks for looking into this! Do you have anything to share as of now? I'm sorry we haven't spent much time on this. I would say the following though,...

We definitely are working towards including more things in MLX natively - especially common numpy ops. Things like `linspace`, `meshgrid` etc. We currently have our hands pretty full, but I...

The easiest fix is to move the test so it doesn't try to import the package in the local directory. I will work on a fix for this.

Yes great point. In the committed code the ground truth labels are being used for the transducer. I have some code to do this properly using the inferred output but...

And yes, I will continue to support this project though any collaborators would be very welcome!!

What dependencies are you trying to remove? You can build without metal `-DMLX_BUILD_METAL=OFF` when you run `cmake` if that's what you mean.

I love this idea. We'd be happy to add one our [example repo](https://github.com/ml-explore/mlx-examples). Feel free to make a PR for this (or anyone who is interested)!

We'll definitely keep this on the feature roadmap. I think if we had an einsum like NumPY integration with einops is doable. (Contributions welcome!)

Do you have experience with GPU programming? This is not a trivial one so I would recommend starting with something simpler if not.