Files
mlx-examples/llms/mlx_lm
Shunta Saito 269faa5fa4 Fix plamo2 model to use rms_norm (#1308)
* Fix plamo2 model to use rms_norm and enable sliding window attention

* Fix missing variable

* Remove sliding window attention impl. cause it should be done by using RotatingKVCache

* Remove unused imports
2025-03-03 06:12:02 -08:00
..
2025-02-09 11:39:11 -08:00
2025-02-20 13:32:01 -08:00
2025-02-26 11:32:36 -08:00
2024-09-29 17:12:47 -07:00
2024-09-20 13:33:45 -07:00
2025-02-28 11:33:04 -08:00
2024-01-23 08:44:37 -08:00
2024-01-12 10:25:56 -08:00

Generate Text with MLX and 🤗 Hugging Face

This an example of large language model text generation that can pull models from the Hugging Face Hub.

For more information on this example, see the README in the parent directory.

This package also supports fine tuning with LoRA or QLoRA. For more information see the LoRA documentation.