Files
mlx-examples/llms/mlx_lm
Ivan Fioravanti b05907c87e Change argument name in lora.py (#453)
The argument name "--max_seq_length" was updated to "--max-seq-length" in the code to maintain a consistent naming convention across the program.
2024-02-18 06:04:49 -08:00
..
2024-02-16 22:13:55 -08:00
2024-01-12 10:25:56 -08:00
2024-01-23 08:44:37 -08:00
2024-01-23 08:44:37 -08:00
2024-02-18 06:04:49 -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.