Views
No views yet
1mlx_lm.convert --hf-path EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2 \
2 --mlx-path ./EVA-Qwen2.5-32B-v0.2-mlx-6bit -q --q-bits 6eos_token_id. Patch needed for ChatML turn boundaries:1python3 -c "
2import json
3p = './EVA-Qwen2.5-32B-v0.2-mlx-6bit/generation_config.json'
4g = json.load(open(p))
5g['eos_token_id'] = [151643, 151645]
6json.dump(g, open(p, 'w'), indent=2)
7"1temperature: 1.0
2min_p: 0.05
3repetition_penalty: 1.05
4repetition_context_size: 2048