mlx
mlx copied to clipboard
[BUG] The most recent version of pypi package for Linux is 0.2.0
On macOS, pip install mlx gave me 0.4.0.
On Linux, pip install mlx gave me 0.2.0. If I explicitly request 0.4.0, pip complains that it could find 0.4.0.
$ pip install mlx==0.4.0
Looking in indexes: https://pypi.org/simple, https://pypi.apple.com/simple
ERROR: Could not find a version that satisfies the requirement mlx==0.4.0 (from versions: 0.2.0)
ERROR: No matching distribution found for mlx==0.4.0
This is not really a bug per se. We intentionally don't update the linux dist regularly (cc @angeloskath). I'm open to changing that if it's useful for debugging purposes.. but with the caveat that our support for different platforms will be quite limited.
Related issue: https://github.com/ml-explore/mlx-examples/issues/582