Examples in the MLX framework
mlx
Go to file
Awni Hannun 3a3ea3cfb0
Merge pull request #53 from ml-explore/mistral_lora
Generalize lora finetuning to Mistral
2023-12-09 15:05:29 -08:00
bert revert accidental change 2023-12-09 14:58:45 -08:00
llama 📝 apply the path change to the convert cmd for consistency 2023-12-08 17:11:50 +01:00
lora few more nits 2023-12-09 14:20:19 -08:00
mistral Add missing numpy dependency 2023-12-06 15:34:55 -08:00
mnist add copyright in source 2023-11-30 11:08:53 -08:00
stable_diffusion fix typo in README.md 2023-12-08 04:02:17 -08:00
transformer_lm black format 2023-12-09 14:15:25 -08:00
whisper update whisper readme and requirements 2023-12-07 13:01:44 -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-08 19:41:38 +05:45

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.