mlx-swift-examples
mlx-swift-examples copied to clipboard
Examples using MLX Swift
minor fix
Maybe this is not directly related to the mlx swift example, but I am having difficulty porting Flux.1 to mlx swift due to It can't load the T5 tokenizer for...
Since https://github.com/huggingface/swift-transformers/pull/104, it's now possible to use the chat template from `tokenizer_config.json`. ~~I've updated LLMEval to use the chat template, but I noticed that the output from the Mistral models...
Not sure if the existing Python olmo implementation would work with OLMoE, but in either case, this would be a great addition to the MLX family. Thx!
The silent error made debugging more difficult.
https://github.com/microsoft/BitNet Would be cool to see implementation of BitNet for mlx.
Port of https://github.com/ml-explore/mlx-lm/blob/main/mlx_lm/models/qwen3_moe.py
- support per layer quant config
This is a port of https://github.com/ml-explore/mlx-lm/blob/main/mlx_lm/models/granite.py to Swift.