top | item 40140379

(no title)

leodriesch | 1 year ago

How does this compare to MLX? As far as I understand MLX is equivalent to PyTorch but optimized for Apple Silicon.

Is this meant for training MLX models in a distributed manner? Or what is its purpose?

discuss

order

reader9274|1 year ago

As mentioned in the "mlx_examples/open_elm": "MLX is an Apple deep learning framework similar in spirit to PyTorch, which is optimized for Apple Silicon based hardware."

dagmx|1 year ago

Just skimming the README it looks like it’s a layer above MLX. So looks like a framework around it to ease ML

ipsum2|1 year ago

It's a layer on top of PyTorch, and it has code to translate PyTorch models into MLX.