Loading pkgs/development/python-modules/mlx-lm/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -82,5 +82,9 @@ buildPythonPackage (finalAttrs: { homepage = "https://github.com/ml-explore/mlx-lm"; changelog = "https://github.com/ml-explore/mlx-lm/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; badPlatforms = [ # Building for x86_64 on macOS is not supported by mlx (dependency) "x86_64-darwin" ]; }; }) Loading
pkgs/development/python-modules/mlx-lm/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -82,5 +82,9 @@ buildPythonPackage (finalAttrs: { homepage = "https://github.com/ml-explore/mlx-lm"; changelog = "https://github.com/ml-explore/mlx-lm/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; badPlatforms = [ # Building for x86_64 on macOS is not supported by mlx (dependency) "x86_64-darwin" ]; }; })