Difference between AXLearn and MLX #1770
Answered
by
awni
ManishAradwad
asked this question in
Q&A
-
I was reading about apple foundation models and it mentioned that the pretraining of the local llms used is done on axlearn. So just wanted to know why do we have two different frameworks for machine learning on apple silicon? Is mlx going to replace axlearn eventually? or is it mostly similar to tensorflow and jax situation? |
Beta Was this translation helpful? Give feedback.
Answered by
awni
Jan 17, 2025
Replies: 1 comment
-
Axlearn is a tool built on top of Jax and is primarily designed and used for training large language models on clusters of TPUs. MLX is an array framework designed specifically for Apple silicon. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ManishAradwad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Axlearn is a tool built on top of Jax and is primarily designed and used for training large language models on clusters of TPUs.
MLX is an array framework designed specifically for Apple silicon.