Skip to content

Make MLXLLM compilable on Linux#321

Open
gmondada wants to merge 3 commits into
ml-explore:mainfrom
gmondada:gab/linux
Open

Make MLXLLM compilable on Linux#321
gmondada wants to merge 3 commits into
ml-explore:mainfrom
gmondada:gab/linux

Conversation

@gmondada

@gmondada gmondada commented May 29, 2026

Copy link
Copy Markdown

Proposed changes

Make this package compilable on Linux.

Not all modules (targets) can be compiled on Linux. MLXVLM, for instance, has no Linux implementation yet.

Please note that, from a multi-platform perspective, UserInput.Image and UserInput.Video are very good. However, UserInput.VideoFrame is not suitable for a multi-platform environment. Therefore, I'm proposing to deprecate the UserInput.VideoFrame.frame property and replace it by UserInput.VideoFrame.image.

This will allow, in the future, to create a MediaProcessor which uses UserInput.Image instead of CIImage, making abstraction of the native API being used.

Checklist

  • I have read the CONTRIBUTING document
  • I have run pre-commit run --all-files to format my code / installed pre-commit prior to committing changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the necessary documentation (if needed)

@gmondada

Copy link
Copy Markdown
Author

@Joannis 👆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant