-
My os system is 13.0, and I have tried mlx version from 0.13 to 0.8, it all reported: |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.