mlx-community/DeepSeek-R1-Distill-Llama-8B-4bit on the gbharti/finance-alpaca financial instruction dataset with MLX.1from mlx_lm import load, generate
2model, tok = load("mlx-community/DeepSeek-R1-Distill-Llama-8B-4bit", adapter_path="<downloaded-adapter-dir>")