5 ms·
The library already has tinygrad support it seems, so it's not limited to Apple & MLX
by tama_sala 2y ago
The library already has tinygrad support it seems, so it's not limited to Apple & MLX
- orsorna 2y agoThat is true. However (as of two days ago, it may have rapidly changed since then) the python program did not differentiate based on your architecture and would try to import mlx regardless if it's installable on your system or not, causing import errors.
- alexandercheema 2y agoThis is fixed now, with these commits: - https://github.com/exo-explore/exo/commit/dbbc7be57fb1871d2b8f72ad345088ed86aec1fc https://github.com/exo-explore/exo/commit/dbbc7be57fb1871d2b... - https://github.com/exo-explore/exo/commit/ce46f000591d8d59c1c21fbec7b668ada65c5969 https://github.com/exo-explore/exo/commit/ce46f000591d8d59c1... Please keep the bug reports coming, we're moving fast to get this stable on all platforms.