/mlx-swift-examples

Fork of Apple MLX swift example with addition of macOS SwiftUI App

Primary LanguageSwift

mlx-examples-swift

Example mlx-swift programs.

MLXChat macOS SwiftUI App

A macOS SwiftUI Application for prompting LLM Model. The LLM Model text generation is run a different XPC Process so it won't affect UI performance of main App Process.

LinearModelTraining

A simple linear model and a training loop.

llm-tool

A command line tool for generating text using a Llama / Mistral model:

mnist-tool

A command line tool for training an MNIST (MLP) model: