Views
No views yet
Run this on your Mac with Outlier — a one-click app that loads MLX models locally. macOS arm64, free download.
deepseek-ai/DeepSeek-R1-Distill-Llama-8B, repackaged for Apple Silicon. Original weights, original license — see frontmatter above. This repo only changes the on-disk format (safetensors, MLX 4-bit, chat_template.jinja, tokenizer).mlx-lm 0.31.x compatiblemodel.safetensors shards · config.json · tokenizer · chat_template.jinjalicense fieldmlx-lm1pip install mlx-lm
2python -m mlx_lm.generate \
3 --model Outlier-Ai/DeepSeek-R1-Distill-Llama-8B-MLX-4bit \
4 --prompt "Hello, world." \
5 --max-tokens 2561from mlx_lm import load, generate
2model, tokenizer = load("Outlier-Ai/DeepSeek-R1-Distill-Llama-8B-MLX-4bit")
3print(generate(model, tokenizer, prompt="Hello, world.", max_tokens=256))mit). Refer to the upstream base model card for the canonical license text and any usage restrictions.