|
My os system is 13.0, and I have tried mlx version from 0.13 to 0.8, it all reported: |
Answered by
awni
May 17, 2024
Replies: 1 comment 3 replies
|
I'm not sure how you installed MLX, but usually it will install the right version for your OS. MLX supports MacOS >= 13.5. The only problem is with OS in the range 13.0 to <13.5 since pip doesn't distinguish them (e.g. |
3 replies
Answer selected by
palLiHua
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure how you installed MLX, but usually it will install the right version for your OS. MLX supports MacOS >= 13.5.
The only problem is with OS in the range 13.0 to <13.5 since pip doesn't distinguish them (e.g.
pip install mlx) so it will install a 13.5 binary on a 13.0 machine.