Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix mlx feature in "multiple machines" example #1762

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. docs: fix mlx feature in "multiple machines" example

    The example as it was would not solve, it ends with a fairly
    obscure error:
    
    ```
      × failed to solve the conda requirements of 'mlx' 'osx-arm64'
      ╰─▶ Cannot solve the request because of: mlx >=0.5.0,<0.6.0 cannot be installed because there are no viable options:
          └─ mlx 0.5.0 | 0.5.0 | 0.5.0 | 0.5.0 | 0.5.0 | 0.5.1 | 0.5.1 | 0.5.1 | 0.5.1 | 0.5.1 would require
             └─ __osx >=13.3, for which no candidates were found.
    ```
    
    This was already found previously in
    prefix-dev#562 (comment),
    and the fix is to add a minimum macOS version.
    Note that the conda-forge package metadata (saying >=13.3) is also incorrect,
    the 13.5 minimum added to the example comes from the MLX docs:
    https://ml-explore.github.io/mlx/build/html/install.html#
    
    While we're at it, also update to a recent MLX version.
    rgommers committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    094ba23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bea41 View commit details
    Browse the repository at this point in the history