Awni Hannun

Results 1014 comments of Awni Hannun

That's not yet supported. We have some on going work for GGUF support, see e.g. https://github.com/ml-explore/mlx/pull/350

MLX has multiple "formats" that we save arrays in. The docs are a bit scattered but you can find the save load functions docs, for example [ops](https://ml-explore.github.io/mlx/build/html/python/_autosummary/mlx.core.savez.html) page. We currently...

Can you outline the steps you took in detail? We can see which ones we can improve on our end. For example we could easily change the naming convention to...

Yes there are a few examples in [the core repo](https://github.com/ml-explore/mlx/tree/main/examples/cpp). We don't have a higher level `nn` API in C++ yet. That's on the TODO list. Is that the kind...

This would be nice to have as an example if anyone wants to contribute it. Once we have Batch Normalization in `mlx.nn` which is a PR right now, it should...

We should close this as we don't have an intention to implement anything like this here. If you are looking for a RAG tool which supports PDF checkout some of...

Good question! We probably shouldn't have a separate example for this. But think it would be great to try and generalize the LoRA example to support multiple models. Right now...

@smsharma This looks amazing! We would love to add it as an example :). I need a little time to review etc, just want to let you know it's not...

@smsharma believe it or not, I was still hoping to include this! I think it is a really clean NVP example and we definitely want to diversify beyond just LLMs....

> @awni Ah, happy to reopen! Just thought I may have misunderstood the scope of the repo. Thanks! Thanks! The LM stuff is keeping us busy for sure. But you...