CacheLimit (8GB) and MemoryLimit (16GB) in DistillConfig control mlx.SetCacheLimit/SetMemoryLimit before model load. Conservative defaults for 1B model on 96GB machine. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
No EOL
429 B
JSON
22 lines
No EOL
429 B
JSON
{
|
|
"gsm8k": {
|
|
"base": 4.0,
|
|
"lem": 0.0,
|
|
"delta": -4.0
|
|
},
|
|
"truthfulqa": {
|
|
"base_truthful": 2.0,
|
|
"lem_truthful": 2.0,
|
|
"delta": 0.0,
|
|
"base_untruthful": 3.0,
|
|
"lem_untruthful": 1.0,
|
|
"base_refusal": 5.0,
|
|
"lem_refusal": 2.0
|
|
},
|
|
"speed": {
|
|
"gsm8k_base": 1.2990512371063232,
|
|
"gsm8k_lem": 2.8906739258766176,
|
|
"tqa_base": 0.2988522481918335,
|
|
"tqa_lem": 1.0358519411087037
|
|
}
|
|
} |