MiniMax-M2.7-JANGTQ4 / jang_config.json
Osaurus-AI's picture
Add files using upload-large-folder tool
b96681a verified
raw
history blame contribute delete
679 Bytes
{
"version": 2,
"weight_format": "mxtq",
"profile": "JANGTQ4",
"source_model": {
"name": "MiniMax-M2.7",
"org": "MiniMaxAI",
"architecture": "minimax_m2"
},
"mxtq_seed": 42,
"mxtq_bits": {
"attention": 8,
"shared_expert": 8,
"routed_expert": 4,
"embed_tokens": 8,
"lm_head": 8
},
"quantization": {
"method": "affine+mxtq",
"group_size": 64,
"bits_default": 4
},
"capabilities": {
"reasoning_parser": "qwen3",
"tool_parser": "minimax",
"think_in_template": true,
"supports_tools": true,
"supports_thinking": true,
"family": "minimax_m2",
"modality": "text",
"cache_type": "kv"
}
}