mlx-examples icon indicating copy to clipboard operation
mlx-examples copied to clipboard

Examples in the MLX framework

Results 167 mlx-examples issues
Sort by recently updated
recently updated
newest added

Hi, I saw [this example](https://twitter.com/awnihannun/status/1736785120085024821) and was wondering if it might be possible to train TinyLlama with LoRA. I haven't been able to figure out how to convert the weights....

enhancement

Yayi2-30b has a score of over 80 MMLU. I performed some fine-tuning on it using qlora, and from my quick test, it appears to be very promising. so, I created...

With [ml-ferret](https://github.com/apple/ml-ferret) out, it would be great to include an MLLM example in this repo, namely with ml-ferret or just LlaVA itself. Being LLAMA based, I think this would primarily...

enhancement

I am trying to run the mistral model 7B following the README's instructions (and adding the missing numpy dep) This is all I see for a very long time ```...

The [Custom Data](https://github.com/ml-explore/mlx-examples/tree/main/lora#Custom-Data) section of the LoRa readme has helpful information about how to specify a subdirectory where train.jsonl, valid.jsonl, and test.json files are expected and the dataset in data/...

documentation
question

As per title, created a stable diffusion XL class, including: 1. multiple text encoders (including CLIPTextModelWithProjection) 2. checking unet up_block_types and down_block_types when generating downsampling and upsampling layers 3. importing...

when using convert.py to convert model downloaded from hf, shows error "params.json" file not found. But in hf model hub, this file does not exitst for llama2. Did I do...

Given that this is the only official package endorsed by Apple, would it be possible to post benchmarks against some of the Nvidia GPUs available in the market so that...

Would it be possible to add and option for word-level timestamps to the Whisper example?

enhancement