Examples in the MLX framework
mlx
Go to file
Awni Hannun 09fff84a85
Merge pull request #77 from SarthakYadav/main
Added CIFAR-10 + ResNet example
2023-12-14 12:19:40 -08:00
bert Merge pull request #51 from jbarrow/main 2023-12-13 15:20:29 -08:00
cifar typo / nits 2023-12-14 12:14:01 -08:00
gcn fix comments before merge 2023-12-11 23:10:46 +01:00
llama Corrected the typo in 'ffn_dim_multiplier' in and added 'rope_theta' to the list unused. Without these, llama examples did not run. 2023-12-14 14:02:11 +01:00
lora fix "request access" form url for Llama models 2023-12-13 10:19:29 +01:00
mistral mixtral runs a bit faster 2023-12-12 08:36:40 -08:00
mixtral Update README.md to fix git-lfs command 2023-12-13 15:51:27 -06:00
mnist Adding Requirements.txt 2023-12-11 20:45:39 -06:00
phi2 cleanup conversion to use single qkv matrix 2023-12-14 09:19:44 -08:00
stable_diffusion Fix typo in stable_diffusion README 2023-12-13 20:51:39 -08:00
transformer_lm black format 2023-12-09 14:15:25 -08:00
whisper Corrected spelling of terms in whisper/README.md 2023-12-14 08:15:26 +08:00
.gitignore Benchmark all models if user allows. 2023-12-07 00:07:42 +05:30
.pre-commit-config.yaml a few examples 2023-11-29 08:17:26 -08:00
CODE_OF_CONDUCT.md contribution + code of conduct 2023-11-29 12:31:18 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-12-09 08:02:34 +09:00
LICENSE consistent copyright 2023-11-30 11:11:04 -08:00
README.md Update README.md 2023-12-14 23:40:50 +05:30

MLX Examples

This repo contains a variety of standalone examples using the MLX framework.

The MNIST example is a good starting point to learn how to use MLX.

Some more useful examples include:

Contributing

Check out the contribution guidelines for more information on contributing to this repo.