Views
No views yet
1mlx_lm.convert --hf-path TheDrummer/Anubis-70B-v1.2 \
2 --mlx-path ./anubis-70b-v1.2-mlx-4bit -q --q-bits 41temperature: 0.95
2min_p: 0.05
3repetition_penalty: 1.05
4repetition_context_size: 2048--num-draft-tokens 7 is a good default; 8 if your prompts are predictable, 5-6 for highly varied input.seed parameter silently ignored in mlx-lm 0.31.3 chat-completions. Different seed values produce byte-identical output. Workaround if you care about reproducibility: vary the prompt itself per request.--prompt-cache-size. On a 70B 4-bit + Mac unified memory, set --prompt-cache-size 8 or lower to avoid Metal GPU timeout aborts. The --prompt-cache-bytes flag does not enforce its limit reliably.