Gus
Gus
Hi, When I train my model using the code below (Note this was all done in jupyter Notebook). ``` !python -m mlx_lm.lora \ --model mlx-community/Meta-Llama-3-8B-Instruct-4bit \ --train \ --batch-size 1...
Amazing work on this project! I really love the interface. Below is the style I used ``` class GusStyle(Base): def __init__( self, *, primary_hue: colors.Color | str = colors.sky, secondary_hue:...
**Description** I am encountering a dependency conflict when trying to install `sillm-mlx` v0.1.3 in a new conda virtual environment. The library requires `protobuf>=5.26.1`, but my setup includes `protobuf` v4.25.3, which...