-
Consider porting some models from https://github.com/Blaizzy/mlx-vlm to swift
-
I would love to use MLX Swift inside an Xcode playground, to get an environment similar to Jupyter notebooks. However when I try to do this, I get an error:
> libc++abi: terminating due to uncaught…
-
```
Model loaded -> id("mlx-community/phi-2-hf-4bit-mlx")
Error: chatTemplate("No chat template was specified")
```
For models that have a chat template this is fine, but for those that do not:
…
-
I am interested in running the `mlx-community/Phi-3-mini-128k-instruct-4bit` model with swift, but it cannot be loaded. Here is the output I am seeing:
```
➜ mlx-swift-examples git:(main) ./mlx-run…
-
See https://github.com/ml-explore/mlx-swift/issues/110
From @awni
> Hmm, we should build without GGUF support in MLX Swift / MLX C (MLX_BUILD_GGUF=OFF). We don't support it in the API anyway so …
-
After https://github.com/ml-explore/mlx-swift-examples/commit/ab94ffc2f31a70ead3c7007afaf97a225ed3ec90, I'm getting a crash the second time I try to generate text with my app, which uses mlx-libraries…
-
Hi. I was trying to add mlx-swift package to a Playgrounds project on my M1 iPad. I get a this log:
```
Could not resolve package graph. Cannot continue.
unknownError(PlaygroundExecution.ConsoleR…
-
created a new project in Xcode, completely blank slate, added the
https://github.com/ml-explore/mlx-swift-examples/
dependency as the readme says, and the build just refuses to build. no error o…
-
Hey folks, was wondering what it would take to upgrade `swift-transformer` to the latest version?
Apologies, totally new to Swift.. Happy to make the PR if there's no known blockers
-
In both `pip install git+https://github.com/alex-pinkus/tree-sitter-swift.git` and `poetry add git+https://github.com/alex-pinkus/tree-sitter-swift.git` installation fails on a building stage because …