mlx-swift-chat icon indicating copy to clipboard operation
mlx-swift-chat copied to clipboard

A multi-platform SwiftUI frontend for running local LLMs with Apple's MLX framework.

Results 8 mlx-swift-chat issues
Sort by recently updated
recently updated
newest added

![gN5JmWWk jpg-small](https://github.com/PreternaturalAI/mlx-swift-chat/assets/5306992/7b5e0252-a528-4f3c-9ef3-67a68660def1)

help wanted

I'm on Sonoma 14.0 When I try to build and run I have these errors: 'mlx/backend/metal/kernels/utils.h' file not found 'mlx/backend/metal/kernels/unary.h' file not found Could this be linked to this: https://github.com/ml-explore/mlx-swift/issues/36...

I am getting a crash when I run the model. I can load the model fine. But it crashes once I run it. Can this app run 8gb models on...

This PR fixes iOS/iPadOS build and broken UI. ![IMG_0629](https://github.com/user-attachments/assets/00038c11-6106-44cd-afe2-9d07c7643d52) ![IMG_0630](https://github.com/user-attachments/assets/18674e2c-0948-410c-bd34-f328597bcdc4) ![IMG_0631](https://github.com/user-attachments/assets/841c8460-a2d3-4c44-9a10-8c549626381f)

Does this app work with ollama?

I have downloaded deepseek-r1-qwen-distill-7B from huggingface and then converted it with mlx_lm.convert with 8 bits quantization and 16 bit float dtype. Is there a way to load this model from...