mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-07-24 21:21:16 +08:00

* LoRA: move load_dataset to tuner/datasets.py file * LoRA: support OpenAI chat format datasets see https://platform.openai.com/docs/guides/fine-tuning/example-format * LoRA: support OpenAI completion format datasets * LoRA: formatting dataset timing to reduce memory footprint * Refactor dataset item access in PromptCompletionDataset * Update mlx_lm/LORA.md * Update mlx_lm/LORA.md * check Unsupported data format * add tests, fine-tune doc * add tests, fine-tune doc * add jinja2 for chat template * nits in readme * nits in readme --------- Co-authored-by: Awni Hannun <awni@apple.com>
7 lines
59 B
Plaintext
7 lines
59 B
Plaintext
mlx>=0.6
|
|
numpy
|
|
transformers>=4.38.0
|
|
protobuf
|
|
pyyaml
|
|
jinja2
|