Instead of using Colab, I want to use my M1 Mac to fine-tune. I have small dataset (about 300 question/answer dataset to use for fine-tuning an instruct-model). Before I begin choosing a small-enough instruct-model for my laptop, I attempted to install unsloth on my mac and it generated the following error. Any help?
(ft_1) Sri@MacBookPro ft_1 % uv add unsloth
Resolved 121 packages in 519ms
error: Distribution bitsandbytes==0.45.5 @ registry+https://pypi.org/simple can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're on macOS (macosx_15_0_arm64), but bitsandbytes (v0.45.5) only has wheels for the following platforms: manylinux_2_24_x86_64, win_amd64
(ft_1) Sri@MacBookPro ft_1 %
