Closed
Conversation
Contributor
Author
|
This now has conflicts, which are extremely difficult to resolve in Xcode project files. @davidkoski, how do you suggest we proceed? |
Collaborator
Yeah, agreed, conflict in there are the worst. I am going to build a new very simple LLM app (requiring more xcodeproj changes) so maybe I can just bundle it with that 9following your description) |
Contributor
Author
|
Great, thanks! |
davidkoski
added a commit
that referenced
this pull request
Dec 17, 2025
- LLMEval has more of a showcase of features and runtime statistics - this provides the minimum required to load a model and interact with it - also cleans up the xcodeproj (see #451) - removes VLMEval (redundant and wasn't maintained)
5 tasks
davidkoski
added a commit
that referenced
this pull request
Jan 22, 2026
- LLMEval has more of a showcase of features and runtime statistics - this provides the minimum required to load a model and interact with it - also cleans up the xcodeproj (see #451) - removes VLMEval (redundant and wasn't maintained)
davidkoski
added a commit
that referenced
this pull request
Jan 22, 2026
* add a minimal LLM chat example - LLMEval has more of a showcase of features and runtime statistics - this provides the minimum required to load a model and interact with it - also cleans up the xcodeproj (see #451) - removes VLMEval (redundant and wasn't maintained) * remove tests that have migrated to mlx-swift-lm * remove ExampleLLM -- this will be covered by other examples * rework llm-tool to use ChatSession -- a better example * workaround for CI failures * update to mlx-swift 0.30.3 and mlx-swift-lm 2.30.3
Collaborator
|
OK, finally got #454 merged and I think it incorporated the Xcode project updates -- if you agree then I think this can be closed.
|
Contributor
Author
|
Great, thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Proposed changes
The Xcode project was showing libraries related to mlx-swift-lm which have already been factored out. After removing those, there were a lot of build errors related to dependencies, which I've resolved. I also converted the remaining groups to folders, which should reduce problems with the
mlx-swift-examples.xcodeproj/project.pbxprojfile in the future.Checklist
pre-commit run --all-filesto format my code / installed pre-commit prior to committing changes