Instructions to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16 # Run inference directly in the terminal: llama cli -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16 # Run inference directly in the terminal: llama cli -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16 # Run inference directly in the terminal: ./llama-cli -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Use Docker
docker model run hf.co/random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
- LM Studio
- Jan
- Ollama
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with Ollama:
ollama run hf.co/random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
- Unsloth Studio
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP to start chatting
- Pi
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with Docker Model Runner:
docker model run hf.co/random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
- Lemonade
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Run and chat with the model
lemonade run user.Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP-BF16
List all available models
lemonade list
- Hermes Agent
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent# Add to ~/.pi/agent/models.json:
{
"providers": {
"llama-cpp": {
"baseUrl": "http://localhost:8080/v1",
"api": "openai-completions",
"apiKey": "none",
"models": [
{
"id": "random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16"
}
]
}
}
}Run Pi
# Start Pi in your project directory:
piDisclaimer: Decensored model.
- Safe input → Safe output (rare exceptions may apply)
- Harmful input → Harmful output
- Best for testing; avoid public-facing applications.
Note:
- The model in this repository has been grafted with MTP blocks. However, for MoE models of this scale, significant speedup is not guaranteed, potentially resulting in slight RAM waste depending on the task and hardware.
- Experimental conversions; minor tensor misalignments, loading issues, or long-context quirks may occur. Use at your own risk.
BF16: Converted from wangzhang/Qwen3.5-122B-A10B-abliterix to GGUF format.
Modifications:
- Excluded the upstream MTP to prevent block index errors.
- Integrated the separate MTP file from a4lg/Qwen3.5-122B-A10B-MTP-ONLY-GGUF using the conversion script from havenoammo/Qwen3.6-27B-MTP-UD-GGUF or buzz/convert.py.
- Updated the
general.namemetadata and split the model into multiple files.
MQ68: Mixed precision (Q6_K - Q8_0).
Q6_Kfor large tensors in expert blocks.Q8_0for large tensors in MTP block.BF16for the output tensor. The rest remains atQ8_0, with tiny and critical tensors retained inBF16/F32.
- Inference Speed: ~0.85x that of regular Q6_K (with MTP disabled for both).
- Use Case: For users with ~110 GB available RAM. To avoid speed bottlenecks from keeping all dense tensors in high precision, only the output projection remains in BF16, while others are quantized.
- RAM Usage: ~108G at 262k context
MQ58: Mixed precision (Q5_K - Q8_0).
Q5_Kfor large tensors in expert blocks.Q5_Kfor large tensors in MTP block.Q8_0for the output tensor. The rest remains atQ8_0, with tiny and critical tensors retained inBF16/F32.
- Inference Speed: ~0.95x that of regular Q6_K
- Use Case: For devices with 96GB VRAM. Note that VRAM usage will be extremely tight, and stable maximum-context operation cannot be guaranteed.
- RAM Usage: ~91G at 262k context
BF16
gguf-dump
1: UINT32 | 1 | GGUF.version = 3
2: UINT64 | 1 | GGUF.tensor_count = 899
3: UINT64 | 1 | GGUF.kv_count = 47
4: STRING | 1 | general.architecture = 'qwen35moe'
5: STRING | 1 | general.type = 'model'
6: INT32 | 1 | general.sampling.top_k = 20
7: FLOAT32 | 1 | general.sampling.top_p = 0.949999988079071
8: FLOAT32 | 1 | general.sampling.temp = 0.6000000238418579
9: STRING | 1 | general.size_label = '256x6.6B'
10: UINT32 | 1 | general.base_model.count = 1
11: STRING | 1 | general.base_model.0.name = 'Qwen3.5 122B A10B'
12: STRING | 1 | general.base_model.0.organization = 'Qwen'
13: STRING | 1 | general.base_model.0.repo_url = 'https://huggingface.co/Qwen/Qwen3.5-122B-A10B'
14: [STRING] | 5 | general.tags = ['abliterix', 'uncensored', 'decensored', 'abliterated', 'text-generation']
15: UINT32 | 1 | qwen35moe.context_length = 262144
16: UINT32 | 1 | qwen35moe.embedding_length = 3072
17: UINT32 | 1 | qwen35moe.attention.head_count = 32
18: UINT32 | 1 | qwen35moe.attention.head_count_kv = 2
19: [INT32] | 4 | qwen35moe.rope.dimension_sections = [11, 11, 10, 0]
20: FLOAT32 | 1 | qwen35moe.rope.freq_base = 10000000.0
21: FLOAT32 | 1 | qwen35moe.attention.layer_norm_rms_epsilon = 9.999999974752427e-07
22: UINT32 | 1 | qwen35moe.expert_count = 256
23: UINT32 | 1 | qwen35moe.expert_used_count = 8
24: UINT32 | 1 | qwen35moe.attention.key_length = 256
25: UINT32 | 1 | qwen35moe.attention.value_length = 256
26: UINT32 | 1 | qwen35moe.expert_feed_forward_length = 1024
27: UINT32 | 1 | qwen35moe.expert_shared_feed_forward_length = 1024
28: UINT32 | 1 | qwen35moe.ssm.conv_kernel = 4
29: UINT32 | 1 | qwen35moe.ssm.state_size = 128
30: UINT32 | 1 | qwen35moe.ssm.group_count = 16
31: UINT32 | 1 | qwen35moe.ssm.time_step_rank = 64
32: UINT32 | 1 | qwen35moe.ssm.inner_size = 8192
33: UINT32 | 1 | qwen35moe.full_attention_interval = 4
34: UINT32 | 1 | qwen35moe.rope.dimension_count = 64
35: STRING | 1 | tokenizer.ggml.model = 'gpt2'
36: STRING | 1 | tokenizer.ggml.pre = 'qwen35'
37: [STRING] | 248320 | tokenizer.ggml.tokens = ['!', '"', '#', '$', '%', '&', ...]
38: [INT32] | 248320 | tokenizer.ggml.token_type = [1, 1, 1, 1, 1, 1, ...]
39: [STRING] | 247587 | tokenizer.ggml.merges = ['Ġ Ġ', 'ĠĠ ĠĠ', 'i n', 'Ġ t', 'ĠĠĠĠ ĠĠĠĠ', 'e r', ...]
40: UINT32 | 1 | tokenizer.ggml.eos_token_id = 248046
41: UINT32 | 1 | tokenizer.ggml.padding_token_id = 248044
42: STRING | 1 | tokenizer.chat_template = '{%- set image_count = namespace(value=0) %}\n{%- set video...'
43: UINT32 | 1 | qwen35moe.block_count = 49
44: UINT32 | 1 | qwen35moe.nextn_predict_layers = 1
45: STRING | 1 | general.license = 'apache-2.0'
46: STRING | 1 | general.license.link = 'https://huggingface.co/Qwen/Qwen3.5-122B-A10B/blob/main/L...'
47: BOOL | 1 | tokenizer.ggml.add_bos_token = False
48: UINT32 | 1 | general.quantization_version = 2
49: UINT32 | 1 | general.file_type = 32
50: STRING | 1 | general.name = 'Qwen3.5 122B A10B Abliterix MTP'
1: 762839040 | 3072, 248320, 1, 1 | BF16 | output.weight
2: 3072 | 3072, 1, 1, 1 | F32 | output_norm.weight
3: 762839040 | 3072, 248320, 1, 1 | BF16 | token_embd.weight
4: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.0.attn_gate.weight
5: 3072 | 3072, 1, 1, 1 | F32 | blk.0.attn_norm.weight
6: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.0.attn_qkv.weight
7: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.0.ffn_down_exps.weight
8: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.0.ffn_down_shexp.weight
9: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.0.ffn_gate_exps.weight
10: 786432 | 3072, 256, 1, 1 | F32 | blk.0.ffn_gate_inp.weight
11: 3072 | 3072, 1, 1, 1 | F32 | blk.0.ffn_gate_inp_shexp.weight
12: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.0.ffn_gate_shexp.weight
13: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.0.ffn_up_exps.weight
14: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.0.ffn_up_shexp.weight
15: 3072 | 3072, 1, 1, 1 | F32 | blk.0.post_attention_norm.weight
16: 64 | 64, 1, 1, 1 | F32 | blk.0.ssm_a
17: 196608 | 3072, 64, 1, 1 | BF16 | blk.0.ssm_alpha.weight
18: 196608 | 3072, 64, 1, 1 | BF16 | blk.0.ssm_beta.weight
19: 49152 | 4, 12288, 1, 1 | F32 | blk.0.ssm_conv1d.weight
20: 64 | 64, 1, 1, 1 | F32 | blk.0.ssm_dt.bias
21: 128 | 128, 1, 1, 1 | F32 | blk.0.ssm_norm.weight
22: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.0.ssm_out.weight
23: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.1.attn_gate.weight
24: 3072 | 3072, 1, 1, 1 | F32 | blk.1.attn_norm.weight
25: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.1.attn_qkv.weight
26: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.1.ffn_down_exps.weight
27: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.1.ffn_down_shexp.weight
28: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.1.ffn_gate_exps.weight
29: 786432 | 3072, 256, 1, 1 | F32 | blk.1.ffn_gate_inp.weight
30: 3072 | 3072, 1, 1, 1 | F32 | blk.1.ffn_gate_inp_shexp.weight
31: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.1.ffn_gate_shexp.weight
32: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.1.ffn_up_exps.weight
33: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.1.ffn_up_shexp.weight
34: 3072 | 3072, 1, 1, 1 | F32 | blk.1.post_attention_norm.weight
35: 64 | 64, 1, 1, 1 | F32 | blk.1.ssm_a
36: 196608 | 3072, 64, 1, 1 | BF16 | blk.1.ssm_alpha.weight
37: 196608 | 3072, 64, 1, 1 | BF16 | blk.1.ssm_beta.weight
38: 49152 | 4, 12288, 1, 1 | F32 | blk.1.ssm_conv1d.weight
39: 64 | 64, 1, 1, 1 | F32 | blk.1.ssm_dt.bias
40: 128 | 128, 1, 1, 1 | F32 | blk.1.ssm_norm.weight
41: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.1.ssm_out.weight
42: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.2.attn_gate.weight
43: 3072 | 3072, 1, 1, 1 | F32 | blk.2.attn_norm.weight
44: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.2.attn_qkv.weight
45: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.2.ffn_down_exps.weight
46: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.2.ffn_down_shexp.weight
47: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.2.ffn_gate_exps.weight
48: 786432 | 3072, 256, 1, 1 | F32 | blk.2.ffn_gate_inp.weight
49: 3072 | 3072, 1, 1, 1 | F32 | blk.2.ffn_gate_inp_shexp.weight
50: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.2.ffn_gate_shexp.weight
51: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.2.ffn_up_exps.weight
52: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.2.ffn_up_shexp.weight
53: 3072 | 3072, 1, 1, 1 | F32 | blk.2.post_attention_norm.weight
54: 64 | 64, 1, 1, 1 | F32 | blk.2.ssm_a
55: 196608 | 3072, 64, 1, 1 | BF16 | blk.2.ssm_alpha.weight
56: 196608 | 3072, 64, 1, 1 | BF16 | blk.2.ssm_beta.weight
57: 49152 | 4, 12288, 1, 1 | F32 | blk.2.ssm_conv1d.weight
58: 64 | 64, 1, 1, 1 | F32 | blk.2.ssm_dt.bias
59: 128 | 128, 1, 1, 1 | F32 | blk.2.ssm_norm.weight
60: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.2.ssm_out.weight
61: 1572864 | 3072, 512, 1, 1 | BF16 | blk.3.attn_k.weight
62: 256 | 256, 1, 1, 1 | F32 | blk.3.attn_k_norm.weight
63: 3072 | 3072, 1, 1, 1 | F32 | blk.3.attn_norm.weight
64: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.3.attn_output.weight
65: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.3.attn_q.weight
66: 256 | 256, 1, 1, 1 | F32 | blk.3.attn_q_norm.weight
67: 1572864 | 3072, 512, 1, 1 | BF16 | blk.3.attn_v.weight
68: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.3.ffn_down_exps.weight
69: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.3.ffn_down_shexp.weight
70: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.3.ffn_gate_exps.weight
71: 786432 | 3072, 256, 1, 1 | F32 | blk.3.ffn_gate_inp.weight
72: 3072 | 3072, 1, 1, 1 | F32 | blk.3.ffn_gate_inp_shexp.weight
73: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.3.ffn_gate_shexp.weight
74: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.3.ffn_up_exps.weight
75: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.3.ffn_up_shexp.weight
76: 3072 | 3072, 1, 1, 1 | F32 | blk.3.post_attention_norm.weight
77: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.4.attn_gate.weight
78: 3072 | 3072, 1, 1, 1 | F32 | blk.4.attn_norm.weight
79: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.4.attn_qkv.weight
80: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.4.ffn_down_exps.weight
81: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.4.ffn_down_shexp.weight
82: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.4.ffn_gate_exps.weight
83: 786432 | 3072, 256, 1, 1 | F32 | blk.4.ffn_gate_inp.weight
84: 3072 | 3072, 1, 1, 1 | F32 | blk.4.ffn_gate_inp_shexp.weight
85: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.4.ffn_gate_shexp.weight
86: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.4.ffn_up_exps.weight
87: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.4.ffn_up_shexp.weight
88: 3072 | 3072, 1, 1, 1 | F32 | blk.4.post_attention_norm.weight
89: 64 | 64, 1, 1, 1 | F32 | blk.4.ssm_a
90: 196608 | 3072, 64, 1, 1 | BF16 | blk.4.ssm_alpha.weight
91: 196608 | 3072, 64, 1, 1 | BF16 | blk.4.ssm_beta.weight
92: 49152 | 4, 12288, 1, 1 | F32 | blk.4.ssm_conv1d.weight
93: 64 | 64, 1, 1, 1 | F32 | blk.4.ssm_dt.bias
94: 128 | 128, 1, 1, 1 | F32 | blk.4.ssm_norm.weight
95: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.4.ssm_out.weight
96: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.5.attn_gate.weight
97: 3072 | 3072, 1, 1, 1 | F32 | blk.5.attn_norm.weight
98: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.5.attn_qkv.weight
99: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.5.ffn_down_exps.weight
100: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.5.ffn_down_shexp.weight
101: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.5.ffn_gate_exps.weight
102: 786432 | 3072, 256, 1, 1 | F32 | blk.5.ffn_gate_inp.weight
103: 3072 | 3072, 1, 1, 1 | F32 | blk.5.ffn_gate_inp_shexp.weight
104: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.5.ffn_gate_shexp.weight
105: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.5.ffn_up_exps.weight
106: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.5.ffn_up_shexp.weight
107: 3072 | 3072, 1, 1, 1 | F32 | blk.5.post_attention_norm.weight
108: 64 | 64, 1, 1, 1 | F32 | blk.5.ssm_a
109: 196608 | 3072, 64, 1, 1 | BF16 | blk.5.ssm_alpha.weight
110: 196608 | 3072, 64, 1, 1 | BF16 | blk.5.ssm_beta.weight
111: 49152 | 4, 12288, 1, 1 | F32 | blk.5.ssm_conv1d.weight
112: 64 | 64, 1, 1, 1 | F32 | blk.5.ssm_dt.bias
113: 128 | 128, 1, 1, 1 | F32 | blk.5.ssm_norm.weight
114: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.5.ssm_out.weight
115: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.6.attn_gate.weight
116: 3072 | 3072, 1, 1, 1 | F32 | blk.6.attn_norm.weight
117: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.6.attn_qkv.weight
118: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.6.ffn_down_exps.weight
119: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.6.ffn_down_shexp.weight
120: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.6.ffn_gate_exps.weight
121: 786432 | 3072, 256, 1, 1 | F32 | blk.6.ffn_gate_inp.weight
122: 3072 | 3072, 1, 1, 1 | F32 | blk.6.ffn_gate_inp_shexp.weight
123: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.6.ffn_gate_shexp.weight
124: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.6.ffn_up_exps.weight
125: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.6.ffn_up_shexp.weight
126: 3072 | 3072, 1, 1, 1 | F32 | blk.6.post_attention_norm.weight
127: 64 | 64, 1, 1, 1 | F32 | blk.6.ssm_a
128: 196608 | 3072, 64, 1, 1 | BF16 | blk.6.ssm_alpha.weight
129: 196608 | 3072, 64, 1, 1 | BF16 | blk.6.ssm_beta.weight
130: 49152 | 4, 12288, 1, 1 | F32 | blk.6.ssm_conv1d.weight
131: 64 | 64, 1, 1, 1 | F32 | blk.6.ssm_dt.bias
132: 128 | 128, 1, 1, 1 | F32 | blk.6.ssm_norm.weight
133: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.6.ssm_out.weight
134: 1572864 | 3072, 512, 1, 1 | BF16 | blk.7.attn_k.weight
135: 256 | 256, 1, 1, 1 | F32 | blk.7.attn_k_norm.weight
136: 3072 | 3072, 1, 1, 1 | F32 | blk.7.attn_norm.weight
137: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.7.attn_output.weight
138: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.7.attn_q.weight
139: 256 | 256, 1, 1, 1 | F32 | blk.7.attn_q_norm.weight
140: 1572864 | 3072, 512, 1, 1 | BF16 | blk.7.attn_v.weight
141: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.7.ffn_down_exps.weight
142: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.7.ffn_down_shexp.weight
143: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.7.ffn_gate_exps.weight
144: 786432 | 3072, 256, 1, 1 | F32 | blk.7.ffn_gate_inp.weight
145: 3072 | 3072, 1, 1, 1 | F32 | blk.7.ffn_gate_inp_shexp.weight
146: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.7.ffn_gate_shexp.weight
147: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.7.ffn_up_exps.weight
148: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.7.ffn_up_shexp.weight
149: 3072 | 3072, 1, 1, 1 | F32 | blk.7.post_attention_norm.weight
150: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.8.attn_gate.weight
151: 3072 | 3072, 1, 1, 1 | F32 | blk.8.attn_norm.weight
152: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.8.attn_qkv.weight
153: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.8.ffn_down_exps.weight
154: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.8.ffn_down_shexp.weight
155: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.8.ffn_gate_exps.weight
156: 786432 | 3072, 256, 1, 1 | F32 | blk.8.ffn_gate_inp.weight
157: 3072 | 3072, 1, 1, 1 | F32 | blk.8.ffn_gate_inp_shexp.weight
158: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.8.ffn_gate_shexp.weight
159: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.8.ffn_up_exps.weight
160: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.8.ffn_up_shexp.weight
161: 3072 | 3072, 1, 1, 1 | F32 | blk.8.post_attention_norm.weight
162: 64 | 64, 1, 1, 1 | F32 | blk.8.ssm_a
163: 196608 | 3072, 64, 1, 1 | BF16 | blk.8.ssm_alpha.weight
164: 196608 | 3072, 64, 1, 1 | BF16 | blk.8.ssm_beta.weight
165: 49152 | 4, 12288, 1, 1 | F32 | blk.8.ssm_conv1d.weight
166: 64 | 64, 1, 1, 1 | F32 | blk.8.ssm_dt.bias
167: 128 | 128, 1, 1, 1 | F32 | blk.8.ssm_norm.weight
168: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.8.ssm_out.weight
169: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.9.attn_gate.weight
170: 3072 | 3072, 1, 1, 1 | F32 | blk.9.attn_norm.weight
171: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.9.attn_qkv.weight
172: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.9.ffn_down_exps.weight
173: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.9.ffn_down_shexp.weight
174: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.9.ffn_gate_exps.weight
175: 786432 | 3072, 256, 1, 1 | F32 | blk.9.ffn_gate_inp.weight
176: 3072 | 3072, 1, 1, 1 | F32 | blk.9.ffn_gate_inp_shexp.weight
177: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.9.ffn_gate_shexp.weight
178: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.9.ffn_up_exps.weight
179: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.9.ffn_up_shexp.weight
180: 3072 | 3072, 1, 1, 1 | F32 | blk.9.post_attention_norm.weight
181: 64 | 64, 1, 1, 1 | F32 | blk.9.ssm_a
182: 196608 | 3072, 64, 1, 1 | BF16 | blk.9.ssm_alpha.weight
183: 196608 | 3072, 64, 1, 1 | BF16 | blk.9.ssm_beta.weight
184: 49152 | 4, 12288, 1, 1 | F32 | blk.9.ssm_conv1d.weight
185: 64 | 64, 1, 1, 1 | F32 | blk.9.ssm_dt.bias
186: 128 | 128, 1, 1, 1 | F32 | blk.9.ssm_norm.weight
187: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.9.ssm_out.weight
188: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.10.attn_gate.weight
189: 3072 | 3072, 1, 1, 1 | F32 | blk.10.attn_norm.weight
190: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.10.attn_qkv.weight
191: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.10.ffn_down_exps.weight
192: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.10.ffn_down_shexp.weight
193: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.10.ffn_gate_exps.weight
194: 786432 | 3072, 256, 1, 1 | F32 | blk.10.ffn_gate_inp.weight
195: 3072 | 3072, 1, 1, 1 | F32 | blk.10.ffn_gate_inp_shexp.weight
196: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.10.ffn_gate_shexp.weight
197: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.10.ffn_up_exps.weight
198: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.10.ffn_up_shexp.weight
199: 3072 | 3072, 1, 1, 1 | F32 | blk.10.post_attention_norm.weight
200: 64 | 64, 1, 1, 1 | F32 | blk.10.ssm_a
201: 196608 | 3072, 64, 1, 1 | BF16 | blk.10.ssm_alpha.weight
202: 196608 | 3072, 64, 1, 1 | BF16 | blk.10.ssm_beta.weight
203: 49152 | 4, 12288, 1, 1 | F32 | blk.10.ssm_conv1d.weight
204: 64 | 64, 1, 1, 1 | F32 | blk.10.ssm_dt.bias
205: 128 | 128, 1, 1, 1 | F32 | blk.10.ssm_norm.weight
206: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.10.ssm_out.weight
207: 1572864 | 3072, 512, 1, 1 | BF16 | blk.11.attn_k.weight
208: 256 | 256, 1, 1, 1 | F32 | blk.11.attn_k_norm.weight
209: 3072 | 3072, 1, 1, 1 | F32 | blk.11.attn_norm.weight
210: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.11.attn_output.weight
211: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.11.attn_q.weight
212: 256 | 256, 1, 1, 1 | F32 | blk.11.attn_q_norm.weight
213: 1572864 | 3072, 512, 1, 1 | BF16 | blk.11.attn_v.weight
214: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.11.ffn_down_exps.weight
215: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.11.ffn_down_shexp.weight
216: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.11.ffn_gate_exps.weight
217: 786432 | 3072, 256, 1, 1 | F32 | blk.11.ffn_gate_inp.weight
218: 3072 | 3072, 1, 1, 1 | F32 | blk.11.ffn_gate_inp_shexp.weight
219: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.11.ffn_gate_shexp.weight
220: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.11.ffn_up_exps.weight
221: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.11.ffn_up_shexp.weight
222: 3072 | 3072, 1, 1, 1 | F32 | blk.11.post_attention_norm.weight
223: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.12.attn_gate.weight
224: 3072 | 3072, 1, 1, 1 | F32 | blk.12.attn_norm.weight
225: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.12.attn_qkv.weight
226: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.12.ffn_down_exps.weight
227: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.12.ffn_down_shexp.weight
228: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.12.ffn_gate_exps.weight
229: 786432 | 3072, 256, 1, 1 | F32 | blk.12.ffn_gate_inp.weight
230: 3072 | 3072, 1, 1, 1 | F32 | blk.12.ffn_gate_inp_shexp.weight
231: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.12.ffn_gate_shexp.weight
232: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.12.ffn_up_exps.weight
233: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.12.ffn_up_shexp.weight
234: 3072 | 3072, 1, 1, 1 | F32 | blk.12.post_attention_norm.weight
235: 64 | 64, 1, 1, 1 | F32 | blk.12.ssm_a
236: 196608 | 3072, 64, 1, 1 | BF16 | blk.12.ssm_alpha.weight
237: 196608 | 3072, 64, 1, 1 | BF16 | blk.12.ssm_beta.weight
238: 49152 | 4, 12288, 1, 1 | F32 | blk.12.ssm_conv1d.weight
239: 64 | 64, 1, 1, 1 | F32 | blk.12.ssm_dt.bias
240: 128 | 128, 1, 1, 1 | F32 | blk.12.ssm_norm.weight
241: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.12.ssm_out.weight
242: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.13.attn_gate.weight
243: 3072 | 3072, 1, 1, 1 | F32 | blk.13.attn_norm.weight
244: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.13.attn_qkv.weight
245: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.13.ffn_down_exps.weight
246: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.13.ffn_down_shexp.weight
247: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.13.ffn_gate_exps.weight
248: 786432 | 3072, 256, 1, 1 | F32 | blk.13.ffn_gate_inp.weight
249: 3072 | 3072, 1, 1, 1 | F32 | blk.13.ffn_gate_inp_shexp.weight
250: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.13.ffn_gate_shexp.weight
251: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.13.ffn_up_exps.weight
252: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.13.ffn_up_shexp.weight
253: 3072 | 3072, 1, 1, 1 | F32 | blk.13.post_attention_norm.weight
254: 64 | 64, 1, 1, 1 | F32 | blk.13.ssm_a
255: 196608 | 3072, 64, 1, 1 | BF16 | blk.13.ssm_alpha.weight
256: 196608 | 3072, 64, 1, 1 | BF16 | blk.13.ssm_beta.weight
257: 49152 | 4, 12288, 1, 1 | F32 | blk.13.ssm_conv1d.weight
258: 64 | 64, 1, 1, 1 | F32 | blk.13.ssm_dt.bias
259: 128 | 128, 1, 1, 1 | F32 | blk.13.ssm_norm.weight
260: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.13.ssm_out.weight
261: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.14.attn_gate.weight
262: 3072 | 3072, 1, 1, 1 | F32 | blk.14.attn_norm.weight
263: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.14.attn_qkv.weight
264: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.14.ffn_down_exps.weight
265: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.14.ffn_down_shexp.weight
266: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.14.ffn_gate_exps.weight
267: 786432 | 3072, 256, 1, 1 | F32 | blk.14.ffn_gate_inp.weight
268: 3072 | 3072, 1, 1, 1 | F32 | blk.14.ffn_gate_inp_shexp.weight
269: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.14.ffn_gate_shexp.weight
270: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.14.ffn_up_exps.weight
271: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.14.ffn_up_shexp.weight
272: 3072 | 3072, 1, 1, 1 | F32 | blk.14.post_attention_norm.weight
273: 64 | 64, 1, 1, 1 | F32 | blk.14.ssm_a
274: 196608 | 3072, 64, 1, 1 | BF16 | blk.14.ssm_alpha.weight
275: 196608 | 3072, 64, 1, 1 | BF16 | blk.14.ssm_beta.weight
276: 49152 | 4, 12288, 1, 1 | F32 | blk.14.ssm_conv1d.weight
277: 64 | 64, 1, 1, 1 | F32 | blk.14.ssm_dt.bias
278: 128 | 128, 1, 1, 1 | F32 | blk.14.ssm_norm.weight
279: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.14.ssm_out.weight
280: 1572864 | 3072, 512, 1, 1 | BF16 | blk.15.attn_k.weight
281: 256 | 256, 1, 1, 1 | F32 | blk.15.attn_k_norm.weight
282: 3072 | 3072, 1, 1, 1 | F32 | blk.15.attn_norm.weight
283: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.15.attn_output.weight
284: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.15.attn_q.weight
285: 256 | 256, 1, 1, 1 | F32 | blk.15.attn_q_norm.weight
286: 1572864 | 3072, 512, 1, 1 | BF16 | blk.15.attn_v.weight
287: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.15.ffn_down_exps.weight
288: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.15.ffn_down_shexp.weight
289: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.15.ffn_gate_exps.weight
290: 786432 | 3072, 256, 1, 1 | F32 | blk.15.ffn_gate_inp.weight
291: 3072 | 3072, 1, 1, 1 | F32 | blk.15.ffn_gate_inp_shexp.weight
292: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.15.ffn_gate_shexp.weight
293: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.15.ffn_up_exps.weight
294: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.15.ffn_up_shexp.weight
295: 3072 | 3072, 1, 1, 1 | F32 | blk.15.post_attention_norm.weight
296: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.16.attn_gate.weight
297: 3072 | 3072, 1, 1, 1 | F32 | blk.16.attn_norm.weight
298: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.16.attn_qkv.weight
299: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.16.ffn_down_exps.weight
300: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.16.ffn_down_shexp.weight
301: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.16.ffn_gate_exps.weight
302: 786432 | 3072, 256, 1, 1 | F32 | blk.16.ffn_gate_inp.weight
303: 3072 | 3072, 1, 1, 1 | F32 | blk.16.ffn_gate_inp_shexp.weight
304: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.16.ffn_gate_shexp.weight
305: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.16.ffn_up_exps.weight
306: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.16.ffn_up_shexp.weight
307: 3072 | 3072, 1, 1, 1 | F32 | blk.16.post_attention_norm.weight
308: 64 | 64, 1, 1, 1 | F32 | blk.16.ssm_a
309: 196608 | 3072, 64, 1, 1 | BF16 | blk.16.ssm_alpha.weight
310: 196608 | 3072, 64, 1, 1 | BF16 | blk.16.ssm_beta.weight
311: 49152 | 4, 12288, 1, 1 | F32 | blk.16.ssm_conv1d.weight
312: 64 | 64, 1, 1, 1 | F32 | blk.16.ssm_dt.bias
313: 128 | 128, 1, 1, 1 | F32 | blk.16.ssm_norm.weight
314: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.16.ssm_out.weight
315: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.17.attn_gate.weight
316: 3072 | 3072, 1, 1, 1 | F32 | blk.17.attn_norm.weight
317: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.17.attn_qkv.weight
318: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.17.ffn_down_exps.weight
319: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.17.ffn_down_shexp.weight
320: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.17.ffn_gate_exps.weight
321: 786432 | 3072, 256, 1, 1 | F32 | blk.17.ffn_gate_inp.weight
322: 3072 | 3072, 1, 1, 1 | F32 | blk.17.ffn_gate_inp_shexp.weight
323: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.17.ffn_gate_shexp.weight
324: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.17.ffn_up_exps.weight
325: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.17.ffn_up_shexp.weight
326: 3072 | 3072, 1, 1, 1 | F32 | blk.17.post_attention_norm.weight
327: 64 | 64, 1, 1, 1 | F32 | blk.17.ssm_a
328: 196608 | 3072, 64, 1, 1 | BF16 | blk.17.ssm_alpha.weight
329: 196608 | 3072, 64, 1, 1 | BF16 | blk.17.ssm_beta.weight
330: 49152 | 4, 12288, 1, 1 | F32 | blk.17.ssm_conv1d.weight
331: 64 | 64, 1, 1, 1 | F32 | blk.17.ssm_dt.bias
332: 128 | 128, 1, 1, 1 | F32 | blk.17.ssm_norm.weight
333: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.17.ssm_out.weight
334: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.18.attn_gate.weight
335: 3072 | 3072, 1, 1, 1 | F32 | blk.18.attn_norm.weight
336: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.18.attn_qkv.weight
337: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.18.ffn_down_exps.weight
338: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.18.ffn_down_shexp.weight
339: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.18.ffn_gate_exps.weight
340: 786432 | 3072, 256, 1, 1 | F32 | blk.18.ffn_gate_inp.weight
341: 3072 | 3072, 1, 1, 1 | F32 | blk.18.ffn_gate_inp_shexp.weight
342: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.18.ffn_gate_shexp.weight
343: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.18.ffn_up_exps.weight
344: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.18.ffn_up_shexp.weight
345: 3072 | 3072, 1, 1, 1 | F32 | blk.18.post_attention_norm.weight
346: 64 | 64, 1, 1, 1 | F32 | blk.18.ssm_a
347: 196608 | 3072, 64, 1, 1 | BF16 | blk.18.ssm_alpha.weight
348: 196608 | 3072, 64, 1, 1 | BF16 | blk.18.ssm_beta.weight
349: 49152 | 4, 12288, 1, 1 | F32 | blk.18.ssm_conv1d.weight
350: 64 | 64, 1, 1, 1 | F32 | blk.18.ssm_dt.bias
351: 128 | 128, 1, 1, 1 | F32 | blk.18.ssm_norm.weight
352: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.18.ssm_out.weight
353: 1572864 | 3072, 512, 1, 1 | BF16 | blk.19.attn_k.weight
354: 256 | 256, 1, 1, 1 | F32 | blk.19.attn_k_norm.weight
355: 3072 | 3072, 1, 1, 1 | F32 | blk.19.attn_norm.weight
356: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.19.attn_output.weight
357: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.19.attn_q.weight
358: 256 | 256, 1, 1, 1 | F32 | blk.19.attn_q_norm.weight
359: 1572864 | 3072, 512, 1, 1 | BF16 | blk.19.attn_v.weight
360: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.19.ffn_down_exps.weight
361: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.19.ffn_down_shexp.weight
362: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.19.ffn_gate_exps.weight
363: 786432 | 3072, 256, 1, 1 | F32 | blk.19.ffn_gate_inp.weight
364: 3072 | 3072, 1, 1, 1 | F32 | blk.19.ffn_gate_inp_shexp.weight
365: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.19.ffn_gate_shexp.weight
366: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.19.ffn_up_exps.weight
367: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.19.ffn_up_shexp.weight
368: 3072 | 3072, 1, 1, 1 | F32 | blk.19.post_attention_norm.weight
369: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.20.attn_gate.weight
370: 3072 | 3072, 1, 1, 1 | F32 | blk.20.attn_norm.weight
371: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.20.attn_qkv.weight
372: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.20.ffn_down_exps.weight
373: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.20.ffn_down_shexp.weight
374: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.20.ffn_gate_exps.weight
375: 786432 | 3072, 256, 1, 1 | F32 | blk.20.ffn_gate_inp.weight
376: 3072 | 3072, 1, 1, 1 | F32 | blk.20.ffn_gate_inp_shexp.weight
377: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.20.ffn_gate_shexp.weight
378: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.20.ffn_up_exps.weight
379: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.20.ffn_up_shexp.weight
380: 3072 | 3072, 1, 1, 1 | F32 | blk.20.post_attention_norm.weight
381: 64 | 64, 1, 1, 1 | F32 | blk.20.ssm_a
382: 196608 | 3072, 64, 1, 1 | BF16 | blk.20.ssm_alpha.weight
383: 196608 | 3072, 64, 1, 1 | BF16 | blk.20.ssm_beta.weight
384: 49152 | 4, 12288, 1, 1 | F32 | blk.20.ssm_conv1d.weight
385: 64 | 64, 1, 1, 1 | F32 | blk.20.ssm_dt.bias
386: 128 | 128, 1, 1, 1 | F32 | blk.20.ssm_norm.weight
387: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.20.ssm_out.weight
388: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.21.attn_gate.weight
389: 3072 | 3072, 1, 1, 1 | F32 | blk.21.attn_norm.weight
390: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.21.attn_qkv.weight
391: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.21.ffn_down_exps.weight
392: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.21.ffn_down_shexp.weight
393: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.21.ffn_gate_exps.weight
394: 786432 | 3072, 256, 1, 1 | F32 | blk.21.ffn_gate_inp.weight
395: 3072 | 3072, 1, 1, 1 | F32 | blk.21.ffn_gate_inp_shexp.weight
396: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.21.ffn_gate_shexp.weight
397: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.21.ffn_up_exps.weight
398: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.21.ffn_up_shexp.weight
399: 3072 | 3072, 1, 1, 1 | F32 | blk.21.post_attention_norm.weight
400: 64 | 64, 1, 1, 1 | F32 | blk.21.ssm_a
401: 196608 | 3072, 64, 1, 1 | BF16 | blk.21.ssm_alpha.weight
402: 196608 | 3072, 64, 1, 1 | BF16 | blk.21.ssm_beta.weight
403: 49152 | 4, 12288, 1, 1 | F32 | blk.21.ssm_conv1d.weight
404: 64 | 64, 1, 1, 1 | F32 | blk.21.ssm_dt.bias
405: 128 | 128, 1, 1, 1 | F32 | blk.21.ssm_norm.weight
406: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.21.ssm_out.weight
407: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.22.attn_gate.weight
408: 3072 | 3072, 1, 1, 1 | F32 | blk.22.attn_norm.weight
409: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.22.attn_qkv.weight
410: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.22.ffn_down_exps.weight
411: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.22.ffn_down_shexp.weight
412: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.22.ffn_gate_exps.weight
413: 786432 | 3072, 256, 1, 1 | F32 | blk.22.ffn_gate_inp.weight
414: 3072 | 3072, 1, 1, 1 | F32 | blk.22.ffn_gate_inp_shexp.weight
415: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.22.ffn_gate_shexp.weight
416: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.22.ffn_up_exps.weight
417: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.22.ffn_up_shexp.weight
418: 3072 | 3072, 1, 1, 1 | F32 | blk.22.post_attention_norm.weight
419: 64 | 64, 1, 1, 1 | F32 | blk.22.ssm_a
420: 196608 | 3072, 64, 1, 1 | BF16 | blk.22.ssm_alpha.weight
421: 196608 | 3072, 64, 1, 1 | BF16 | blk.22.ssm_beta.weight
422: 49152 | 4, 12288, 1, 1 | F32 | blk.22.ssm_conv1d.weight
423: 64 | 64, 1, 1, 1 | F32 | blk.22.ssm_dt.bias
424: 128 | 128, 1, 1, 1 | F32 | blk.22.ssm_norm.weight
425: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.22.ssm_out.weight
426: 1572864 | 3072, 512, 1, 1 | BF16 | blk.23.attn_k.weight
427: 256 | 256, 1, 1, 1 | F32 | blk.23.attn_k_norm.weight
428: 3072 | 3072, 1, 1, 1 | F32 | blk.23.attn_norm.weight
429: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.23.attn_output.weight
430: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.23.attn_q.weight
431: 256 | 256, 1, 1, 1 | F32 | blk.23.attn_q_norm.weight
432: 1572864 | 3072, 512, 1, 1 | BF16 | blk.23.attn_v.weight
433: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.23.ffn_down_exps.weight
434: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.23.ffn_down_shexp.weight
435: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.23.ffn_gate_exps.weight
436: 786432 | 3072, 256, 1, 1 | F32 | blk.23.ffn_gate_inp.weight
437: 3072 | 3072, 1, 1, 1 | F32 | blk.23.ffn_gate_inp_shexp.weight
438: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.23.ffn_gate_shexp.weight
439: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.23.ffn_up_exps.weight
440: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.23.ffn_up_shexp.weight
441: 3072 | 3072, 1, 1, 1 | F32 | blk.23.post_attention_norm.weight
442: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.24.attn_gate.weight
443: 3072 | 3072, 1, 1, 1 | F32 | blk.24.attn_norm.weight
444: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.24.attn_qkv.weight
445: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.24.ffn_down_exps.weight
446: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.24.ffn_down_shexp.weight
447: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.24.ffn_gate_exps.weight
448: 786432 | 3072, 256, 1, 1 | F32 | blk.24.ffn_gate_inp.weight
449: 3072 | 3072, 1, 1, 1 | F32 | blk.24.ffn_gate_inp_shexp.weight
450: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.24.ffn_gate_shexp.weight
451: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.24.ffn_up_exps.weight
452: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.24.ffn_up_shexp.weight
453: 3072 | 3072, 1, 1, 1 | F32 | blk.24.post_attention_norm.weight
454: 64 | 64, 1, 1, 1 | F32 | blk.24.ssm_a
455: 196608 | 3072, 64, 1, 1 | BF16 | blk.24.ssm_alpha.weight
456: 196608 | 3072, 64, 1, 1 | BF16 | blk.24.ssm_beta.weight
457: 49152 | 4, 12288, 1, 1 | F32 | blk.24.ssm_conv1d.weight
458: 64 | 64, 1, 1, 1 | F32 | blk.24.ssm_dt.bias
459: 128 | 128, 1, 1, 1 | F32 | blk.24.ssm_norm.weight
460: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.24.ssm_out.weight
461: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.25.attn_gate.weight
462: 3072 | 3072, 1, 1, 1 | F32 | blk.25.attn_norm.weight
463: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.25.attn_qkv.weight
464: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.25.ffn_down_exps.weight
465: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.25.ffn_down_shexp.weight
466: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.25.ffn_gate_exps.weight
467: 786432 | 3072, 256, 1, 1 | F32 | blk.25.ffn_gate_inp.weight
468: 3072 | 3072, 1, 1, 1 | F32 | blk.25.ffn_gate_inp_shexp.weight
469: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.25.ffn_gate_shexp.weight
470: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.25.ffn_up_exps.weight
471: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.25.ffn_up_shexp.weight
472: 3072 | 3072, 1, 1, 1 | F32 | blk.25.post_attention_norm.weight
473: 64 | 64, 1, 1, 1 | F32 | blk.25.ssm_a
474: 196608 | 3072, 64, 1, 1 | BF16 | blk.25.ssm_alpha.weight
475: 196608 | 3072, 64, 1, 1 | BF16 | blk.25.ssm_beta.weight
476: 49152 | 4, 12288, 1, 1 | F32 | blk.25.ssm_conv1d.weight
477: 64 | 64, 1, 1, 1 | F32 | blk.25.ssm_dt.bias
478: 128 | 128, 1, 1, 1 | F32 | blk.25.ssm_norm.weight
479: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.25.ssm_out.weight
480: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.26.attn_gate.weight
481: 3072 | 3072, 1, 1, 1 | F32 | blk.26.attn_norm.weight
482: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.26.attn_qkv.weight
483: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.26.ffn_down_exps.weight
484: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.26.ffn_down_shexp.weight
485: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.26.ffn_gate_exps.weight
486: 786432 | 3072, 256, 1, 1 | F32 | blk.26.ffn_gate_inp.weight
487: 3072 | 3072, 1, 1, 1 | F32 | blk.26.ffn_gate_inp_shexp.weight
488: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.26.ffn_gate_shexp.weight
489: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.26.ffn_up_exps.weight
490: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.26.ffn_up_shexp.weight
491: 3072 | 3072, 1, 1, 1 | F32 | blk.26.post_attention_norm.weight
492: 64 | 64, 1, 1, 1 | F32 | blk.26.ssm_a
493: 196608 | 3072, 64, 1, 1 | BF16 | blk.26.ssm_alpha.weight
494: 196608 | 3072, 64, 1, 1 | BF16 | blk.26.ssm_beta.weight
495: 49152 | 4, 12288, 1, 1 | F32 | blk.26.ssm_conv1d.weight
496: 64 | 64, 1, 1, 1 | F32 | blk.26.ssm_dt.bias
497: 128 | 128, 1, 1, 1 | F32 | blk.26.ssm_norm.weight
498: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.26.ssm_out.weight
499: 1572864 | 3072, 512, 1, 1 | BF16 | blk.27.attn_k.weight
500: 256 | 256, 1, 1, 1 | F32 | blk.27.attn_k_norm.weight
501: 3072 | 3072, 1, 1, 1 | F32 | blk.27.attn_norm.weight
502: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.27.attn_output.weight
503: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.27.attn_q.weight
504: 256 | 256, 1, 1, 1 | F32 | blk.27.attn_q_norm.weight
505: 1572864 | 3072, 512, 1, 1 | BF16 | blk.27.attn_v.weight
506: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.27.ffn_down_exps.weight
507: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.27.ffn_down_shexp.weight
508: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.27.ffn_gate_exps.weight
509: 786432 | 3072, 256, 1, 1 | F32 | blk.27.ffn_gate_inp.weight
510: 3072 | 3072, 1, 1, 1 | F32 | blk.27.ffn_gate_inp_shexp.weight
511: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.27.ffn_gate_shexp.weight
512: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.27.ffn_up_exps.weight
513: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.27.ffn_up_shexp.weight
514: 3072 | 3072, 1, 1, 1 | F32 | blk.27.post_attention_norm.weight
515: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.28.attn_gate.weight
516: 3072 | 3072, 1, 1, 1 | F32 | blk.28.attn_norm.weight
517: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.28.attn_qkv.weight
518: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.28.ffn_down_exps.weight
519: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.28.ffn_down_shexp.weight
520: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.28.ffn_gate_exps.weight
521: 786432 | 3072, 256, 1, 1 | F32 | blk.28.ffn_gate_inp.weight
522: 3072 | 3072, 1, 1, 1 | F32 | blk.28.ffn_gate_inp_shexp.weight
523: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.28.ffn_gate_shexp.weight
524: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.28.ffn_up_exps.weight
525: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.28.ffn_up_shexp.weight
526: 3072 | 3072, 1, 1, 1 | F32 | blk.28.post_attention_norm.weight
527: 64 | 64, 1, 1, 1 | F32 | blk.28.ssm_a
528: 196608 | 3072, 64, 1, 1 | BF16 | blk.28.ssm_alpha.weight
529: 196608 | 3072, 64, 1, 1 | BF16 | blk.28.ssm_beta.weight
530: 49152 | 4, 12288, 1, 1 | F32 | blk.28.ssm_conv1d.weight
531: 64 | 64, 1, 1, 1 | F32 | blk.28.ssm_dt.bias
532: 128 | 128, 1, 1, 1 | F32 | blk.28.ssm_norm.weight
533: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.28.ssm_out.weight
534: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.29.attn_gate.weight
535: 3072 | 3072, 1, 1, 1 | F32 | blk.29.attn_norm.weight
536: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.29.attn_qkv.weight
537: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.29.ffn_down_exps.weight
538: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.29.ffn_down_shexp.weight
539: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.29.ffn_gate_exps.weight
540: 786432 | 3072, 256, 1, 1 | F32 | blk.29.ffn_gate_inp.weight
541: 3072 | 3072, 1, 1, 1 | F32 | blk.29.ffn_gate_inp_shexp.weight
542: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.29.ffn_gate_shexp.weight
543: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.29.ffn_up_exps.weight
544: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.29.ffn_up_shexp.weight
545: 3072 | 3072, 1, 1, 1 | F32 | blk.29.post_attention_norm.weight
546: 64 | 64, 1, 1, 1 | F32 | blk.29.ssm_a
547: 196608 | 3072, 64, 1, 1 | BF16 | blk.29.ssm_alpha.weight
548: 196608 | 3072, 64, 1, 1 | BF16 | blk.29.ssm_beta.weight
549: 49152 | 4, 12288, 1, 1 | F32 | blk.29.ssm_conv1d.weight
550: 64 | 64, 1, 1, 1 | F32 | blk.29.ssm_dt.bias
551: 128 | 128, 1, 1, 1 | F32 | blk.29.ssm_norm.weight
552: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.29.ssm_out.weight
553: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.30.attn_gate.weight
554: 3072 | 3072, 1, 1, 1 | F32 | blk.30.attn_norm.weight
555: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.30.attn_qkv.weight
556: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.30.ffn_down_exps.weight
557: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.30.ffn_down_shexp.weight
558: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.30.ffn_gate_exps.weight
559: 786432 | 3072, 256, 1, 1 | F32 | blk.30.ffn_gate_inp.weight
560: 3072 | 3072, 1, 1, 1 | F32 | blk.30.ffn_gate_inp_shexp.weight
561: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.30.ffn_gate_shexp.weight
562: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.30.ffn_up_exps.weight
563: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.30.ffn_up_shexp.weight
564: 3072 | 3072, 1, 1, 1 | F32 | blk.30.post_attention_norm.weight
565: 64 | 64, 1, 1, 1 | F32 | blk.30.ssm_a
566: 196608 | 3072, 64, 1, 1 | BF16 | blk.30.ssm_alpha.weight
567: 196608 | 3072, 64, 1, 1 | BF16 | blk.30.ssm_beta.weight
568: 49152 | 4, 12288, 1, 1 | F32 | blk.30.ssm_conv1d.weight
569: 64 | 64, 1, 1, 1 | F32 | blk.30.ssm_dt.bias
570: 128 | 128, 1, 1, 1 | F32 | blk.30.ssm_norm.weight
571: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.30.ssm_out.weight
572: 1572864 | 3072, 512, 1, 1 | BF16 | blk.31.attn_k.weight
573: 256 | 256, 1, 1, 1 | F32 | blk.31.attn_k_norm.weight
574: 3072 | 3072, 1, 1, 1 | F32 | blk.31.attn_norm.weight
575: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.31.attn_output.weight
576: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.31.attn_q.weight
577: 256 | 256, 1, 1, 1 | F32 | blk.31.attn_q_norm.weight
578: 1572864 | 3072, 512, 1, 1 | BF16 | blk.31.attn_v.weight
579: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.31.ffn_down_exps.weight
580: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.31.ffn_down_shexp.weight
581: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.31.ffn_gate_exps.weight
582: 786432 | 3072, 256, 1, 1 | F32 | blk.31.ffn_gate_inp.weight
583: 3072 | 3072, 1, 1, 1 | F32 | blk.31.ffn_gate_inp_shexp.weight
584: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.31.ffn_gate_shexp.weight
585: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.31.ffn_up_exps.weight
586: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.31.ffn_up_shexp.weight
587: 3072 | 3072, 1, 1, 1 | F32 | blk.31.post_attention_norm.weight
588: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.32.attn_gate.weight
589: 3072 | 3072, 1, 1, 1 | F32 | blk.32.attn_norm.weight
590: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.32.attn_qkv.weight
591: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.32.ffn_down_exps.weight
592: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.32.ffn_down_shexp.weight
593: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.32.ffn_gate_exps.weight
594: 786432 | 3072, 256, 1, 1 | F32 | blk.32.ffn_gate_inp.weight
595: 3072 | 3072, 1, 1, 1 | F32 | blk.32.ffn_gate_inp_shexp.weight
596: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.32.ffn_gate_shexp.weight
597: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.32.ffn_up_exps.weight
598: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.32.ffn_up_shexp.weight
599: 3072 | 3072, 1, 1, 1 | F32 | blk.32.post_attention_norm.weight
600: 64 | 64, 1, 1, 1 | F32 | blk.32.ssm_a
601: 196608 | 3072, 64, 1, 1 | BF16 | blk.32.ssm_alpha.weight
602: 196608 | 3072, 64, 1, 1 | BF16 | blk.32.ssm_beta.weight
603: 49152 | 4, 12288, 1, 1 | F32 | blk.32.ssm_conv1d.weight
604: 64 | 64, 1, 1, 1 | F32 | blk.32.ssm_dt.bias
605: 128 | 128, 1, 1, 1 | F32 | blk.32.ssm_norm.weight
606: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.32.ssm_out.weight
607: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.33.attn_gate.weight
608: 3072 | 3072, 1, 1, 1 | F32 | blk.33.attn_norm.weight
609: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.33.attn_qkv.weight
610: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.33.ffn_down_exps.weight
611: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.33.ffn_down_shexp.weight
612: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.33.ffn_gate_exps.weight
613: 786432 | 3072, 256, 1, 1 | F32 | blk.33.ffn_gate_inp.weight
614: 3072 | 3072, 1, 1, 1 | F32 | blk.33.ffn_gate_inp_shexp.weight
615: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.33.ffn_gate_shexp.weight
616: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.33.ffn_up_exps.weight
617: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.33.ffn_up_shexp.weight
618: 3072 | 3072, 1, 1, 1 | F32 | blk.33.post_attention_norm.weight
619: 64 | 64, 1, 1, 1 | F32 | blk.33.ssm_a
620: 196608 | 3072, 64, 1, 1 | BF16 | blk.33.ssm_alpha.weight
621: 196608 | 3072, 64, 1, 1 | BF16 | blk.33.ssm_beta.weight
622: 49152 | 4, 12288, 1, 1 | F32 | blk.33.ssm_conv1d.weight
623: 64 | 64, 1, 1, 1 | F32 | blk.33.ssm_dt.bias
624: 128 | 128, 1, 1, 1 | F32 | blk.33.ssm_norm.weight
625: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.33.ssm_out.weight
626: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.34.attn_gate.weight
627: 3072 | 3072, 1, 1, 1 | F32 | blk.34.attn_norm.weight
628: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.34.attn_qkv.weight
629: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.34.ffn_down_exps.weight
630: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.34.ffn_down_shexp.weight
631: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.34.ffn_gate_exps.weight
632: 786432 | 3072, 256, 1, 1 | F32 | blk.34.ffn_gate_inp.weight
633: 3072 | 3072, 1, 1, 1 | F32 | blk.34.ffn_gate_inp_shexp.weight
634: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.34.ffn_gate_shexp.weight
635: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.34.ffn_up_exps.weight
636: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.34.ffn_up_shexp.weight
637: 3072 | 3072, 1, 1, 1 | F32 | blk.34.post_attention_norm.weight
638: 64 | 64, 1, 1, 1 | F32 | blk.34.ssm_a
639: 196608 | 3072, 64, 1, 1 | BF16 | blk.34.ssm_alpha.weight
640: 196608 | 3072, 64, 1, 1 | BF16 | blk.34.ssm_beta.weight
641: 49152 | 4, 12288, 1, 1 | F32 | blk.34.ssm_conv1d.weight
642: 64 | 64, 1, 1, 1 | F32 | blk.34.ssm_dt.bias
643: 128 | 128, 1, 1, 1 | F32 | blk.34.ssm_norm.weight
644: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.34.ssm_out.weight
645: 1572864 | 3072, 512, 1, 1 | BF16 | blk.35.attn_k.weight
646: 256 | 256, 1, 1, 1 | F32 | blk.35.attn_k_norm.weight
647: 3072 | 3072, 1, 1, 1 | F32 | blk.35.attn_norm.weight
648: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.35.attn_output.weight
649: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.35.attn_q.weight
650: 256 | 256, 1, 1, 1 | F32 | blk.35.attn_q_norm.weight
651: 1572864 | 3072, 512, 1, 1 | BF16 | blk.35.attn_v.weight
652: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.35.ffn_down_exps.weight
653: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.35.ffn_down_shexp.weight
654: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.35.ffn_gate_exps.weight
655: 786432 | 3072, 256, 1, 1 | F32 | blk.35.ffn_gate_inp.weight
656: 3072 | 3072, 1, 1, 1 | F32 | blk.35.ffn_gate_inp_shexp.weight
657: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.35.ffn_gate_shexp.weight
658: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.35.ffn_up_exps.weight
659: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.35.ffn_up_shexp.weight
660: 3072 | 3072, 1, 1, 1 | F32 | blk.35.post_attention_norm.weight
661: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.36.attn_gate.weight
662: 3072 | 3072, 1, 1, 1 | F32 | blk.36.attn_norm.weight
663: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.36.attn_qkv.weight
664: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.36.ffn_down_exps.weight
665: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.36.ffn_down_shexp.weight
666: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.36.ffn_gate_exps.weight
667: 786432 | 3072, 256, 1, 1 | F32 | blk.36.ffn_gate_inp.weight
668: 3072 | 3072, 1, 1, 1 | F32 | blk.36.ffn_gate_inp_shexp.weight
669: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.36.ffn_gate_shexp.weight
670: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.36.ffn_up_exps.weight
671: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.36.ffn_up_shexp.weight
672: 3072 | 3072, 1, 1, 1 | F32 | blk.36.post_attention_norm.weight
673: 64 | 64, 1, 1, 1 | F32 | blk.36.ssm_a
674: 196608 | 3072, 64, 1, 1 | BF16 | blk.36.ssm_alpha.weight
675: 196608 | 3072, 64, 1, 1 | BF16 | blk.36.ssm_beta.weight
676: 49152 | 4, 12288, 1, 1 | F32 | blk.36.ssm_conv1d.weight
677: 64 | 64, 1, 1, 1 | F32 | blk.36.ssm_dt.bias
678: 128 | 128, 1, 1, 1 | F32 | blk.36.ssm_norm.weight
679: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.36.ssm_out.weight
680: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.37.attn_gate.weight
681: 3072 | 3072, 1, 1, 1 | F32 | blk.37.attn_norm.weight
682: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.37.attn_qkv.weight
683: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.37.ffn_down_exps.weight
684: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.37.ffn_down_shexp.weight
685: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.37.ffn_gate_exps.weight
686: 786432 | 3072, 256, 1, 1 | F32 | blk.37.ffn_gate_inp.weight
687: 3072 | 3072, 1, 1, 1 | F32 | blk.37.ffn_gate_inp_shexp.weight
688: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.37.ffn_gate_shexp.weight
689: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.37.ffn_up_exps.weight
690: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.37.ffn_up_shexp.weight
691: 3072 | 3072, 1, 1, 1 | F32 | blk.37.post_attention_norm.weight
692: 64 | 64, 1, 1, 1 | F32 | blk.37.ssm_a
693: 196608 | 3072, 64, 1, 1 | BF16 | blk.37.ssm_alpha.weight
694: 196608 | 3072, 64, 1, 1 | BF16 | blk.37.ssm_beta.weight
695: 49152 | 4, 12288, 1, 1 | F32 | blk.37.ssm_conv1d.weight
696: 64 | 64, 1, 1, 1 | F32 | blk.37.ssm_dt.bias
697: 128 | 128, 1, 1, 1 | F32 | blk.37.ssm_norm.weight
698: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.37.ssm_out.weight
699: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.38.attn_gate.weight
700: 3072 | 3072, 1, 1, 1 | F32 | blk.38.attn_norm.weight
701: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.38.attn_qkv.weight
702: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.38.ffn_down_exps.weight
703: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.38.ffn_down_shexp.weight
704: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.38.ffn_gate_exps.weight
705: 786432 | 3072, 256, 1, 1 | F32 | blk.38.ffn_gate_inp.weight
706: 3072 | 3072, 1, 1, 1 | F32 | blk.38.ffn_gate_inp_shexp.weight
707: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.38.ffn_gate_shexp.weight
708: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.38.ffn_up_exps.weight
709: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.38.ffn_up_shexp.weight
710: 3072 | 3072, 1, 1, 1 | F32 | blk.38.post_attention_norm.weight
711: 64 | 64, 1, 1, 1 | F32 | blk.38.ssm_a
712: 196608 | 3072, 64, 1, 1 | BF16 | blk.38.ssm_alpha.weight
713: 196608 | 3072, 64, 1, 1 | BF16 | blk.38.ssm_beta.weight
714: 49152 | 4, 12288, 1, 1 | F32 | blk.38.ssm_conv1d.weight
715: 64 | 64, 1, 1, 1 | F32 | blk.38.ssm_dt.bias
716: 128 | 128, 1, 1, 1 | F32 | blk.38.ssm_norm.weight
717: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.38.ssm_out.weight
718: 1572864 | 3072, 512, 1, 1 | BF16 | blk.39.attn_k.weight
719: 256 | 256, 1, 1, 1 | F32 | blk.39.attn_k_norm.weight
720: 3072 | 3072, 1, 1, 1 | F32 | blk.39.attn_norm.weight
721: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.39.attn_output.weight
722: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.39.attn_q.weight
723: 256 | 256, 1, 1, 1 | F32 | blk.39.attn_q_norm.weight
724: 1572864 | 3072, 512, 1, 1 | BF16 | blk.39.attn_v.weight
725: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.39.ffn_down_exps.weight
726: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.39.ffn_down_shexp.weight
727: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.39.ffn_gate_exps.weight
728: 786432 | 3072, 256, 1, 1 | F32 | blk.39.ffn_gate_inp.weight
729: 3072 | 3072, 1, 1, 1 | F32 | blk.39.ffn_gate_inp_shexp.weight
730: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.39.ffn_gate_shexp.weight
731: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.39.ffn_up_exps.weight
732: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.39.ffn_up_shexp.weight
733: 3072 | 3072, 1, 1, 1 | F32 | blk.39.post_attention_norm.weight
734: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.40.attn_gate.weight
735: 3072 | 3072, 1, 1, 1 | F32 | blk.40.attn_norm.weight
736: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.40.attn_qkv.weight
737: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.40.ffn_down_exps.weight
738: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.40.ffn_down_shexp.weight
739: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.40.ffn_gate_exps.weight
740: 786432 | 3072, 256, 1, 1 | F32 | blk.40.ffn_gate_inp.weight
741: 3072 | 3072, 1, 1, 1 | F32 | blk.40.ffn_gate_inp_shexp.weight
742: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.40.ffn_gate_shexp.weight
743: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.40.ffn_up_exps.weight
744: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.40.ffn_up_shexp.weight
745: 3072 | 3072, 1, 1, 1 | F32 | blk.40.post_attention_norm.weight
746: 64 | 64, 1, 1, 1 | F32 | blk.40.ssm_a
747: 196608 | 3072, 64, 1, 1 | BF16 | blk.40.ssm_alpha.weight
748: 196608 | 3072, 64, 1, 1 | BF16 | blk.40.ssm_beta.weight
749: 49152 | 4, 12288, 1, 1 | F32 | blk.40.ssm_conv1d.weight
750: 64 | 64, 1, 1, 1 | F32 | blk.40.ssm_dt.bias
751: 128 | 128, 1, 1, 1 | F32 | blk.40.ssm_norm.weight
752: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.40.ssm_out.weight
753: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.41.attn_gate.weight
754: 3072 | 3072, 1, 1, 1 | F32 | blk.41.attn_norm.weight
755: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.41.attn_qkv.weight
756: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.41.ffn_down_exps.weight
757: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.41.ffn_down_shexp.weight
758: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.41.ffn_gate_exps.weight
759: 786432 | 3072, 256, 1, 1 | F32 | blk.41.ffn_gate_inp.weight
760: 3072 | 3072, 1, 1, 1 | F32 | blk.41.ffn_gate_inp_shexp.weight
761: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.41.ffn_gate_shexp.weight
762: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.41.ffn_up_exps.weight
763: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.41.ffn_up_shexp.weight
764: 3072 | 3072, 1, 1, 1 | F32 | blk.41.post_attention_norm.weight
765: 64 | 64, 1, 1, 1 | F32 | blk.41.ssm_a
766: 196608 | 3072, 64, 1, 1 | BF16 | blk.41.ssm_alpha.weight
767: 196608 | 3072, 64, 1, 1 | BF16 | blk.41.ssm_beta.weight
768: 49152 | 4, 12288, 1, 1 | F32 | blk.41.ssm_conv1d.weight
769: 64 | 64, 1, 1, 1 | F32 | blk.41.ssm_dt.bias
770: 128 | 128, 1, 1, 1 | F32 | blk.41.ssm_norm.weight
771: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.41.ssm_out.weight
772: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.42.attn_gate.weight
773: 3072 | 3072, 1, 1, 1 | F32 | blk.42.attn_norm.weight
774: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.42.attn_qkv.weight
775: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.42.ffn_down_exps.weight
776: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.42.ffn_down_shexp.weight
777: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.42.ffn_gate_exps.weight
778: 786432 | 3072, 256, 1, 1 | F32 | blk.42.ffn_gate_inp.weight
779: 3072 | 3072, 1, 1, 1 | F32 | blk.42.ffn_gate_inp_shexp.weight
780: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.42.ffn_gate_shexp.weight
781: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.42.ffn_up_exps.weight
782: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.42.ffn_up_shexp.weight
783: 3072 | 3072, 1, 1, 1 | F32 | blk.42.post_attention_norm.weight
784: 64 | 64, 1, 1, 1 | F32 | blk.42.ssm_a
785: 196608 | 3072, 64, 1, 1 | BF16 | blk.42.ssm_alpha.weight
786: 196608 | 3072, 64, 1, 1 | BF16 | blk.42.ssm_beta.weight
787: 49152 | 4, 12288, 1, 1 | F32 | blk.42.ssm_conv1d.weight
788: 64 | 64, 1, 1, 1 | F32 | blk.42.ssm_dt.bias
789: 128 | 128, 1, 1, 1 | F32 | blk.42.ssm_norm.weight
790: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.42.ssm_out.weight
791: 1572864 | 3072, 512, 1, 1 | BF16 | blk.43.attn_k.weight
792: 256 | 256, 1, 1, 1 | F32 | blk.43.attn_k_norm.weight
793: 3072 | 3072, 1, 1, 1 | F32 | blk.43.attn_norm.weight
794: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.43.attn_output.weight
795: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.43.attn_q.weight
796: 256 | 256, 1, 1, 1 | F32 | blk.43.attn_q_norm.weight
797: 1572864 | 3072, 512, 1, 1 | BF16 | blk.43.attn_v.weight
798: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.43.ffn_down_exps.weight
799: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.43.ffn_down_shexp.weight
800: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.43.ffn_gate_exps.weight
801: 786432 | 3072, 256, 1, 1 | F32 | blk.43.ffn_gate_inp.weight
802: 3072 | 3072, 1, 1, 1 | F32 | blk.43.ffn_gate_inp_shexp.weight
803: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.43.ffn_gate_shexp.weight
804: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.43.ffn_up_exps.weight
805: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.43.ffn_up_shexp.weight
806: 3072 | 3072, 1, 1, 1 | F32 | blk.43.post_attention_norm.weight
807: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.44.attn_gate.weight
808: 3072 | 3072, 1, 1, 1 | F32 | blk.44.attn_norm.weight
809: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.44.attn_qkv.weight
810: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.44.ffn_down_exps.weight
811: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.44.ffn_down_shexp.weight
812: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.44.ffn_gate_exps.weight
813: 786432 | 3072, 256, 1, 1 | F32 | blk.44.ffn_gate_inp.weight
814: 3072 | 3072, 1, 1, 1 | F32 | blk.44.ffn_gate_inp_shexp.weight
815: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.44.ffn_gate_shexp.weight
816: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.44.ffn_up_exps.weight
817: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.44.ffn_up_shexp.weight
818: 3072 | 3072, 1, 1, 1 | F32 | blk.44.post_attention_norm.weight
819: 64 | 64, 1, 1, 1 | F32 | blk.44.ssm_a
820: 196608 | 3072, 64, 1, 1 | BF16 | blk.44.ssm_alpha.weight
821: 196608 | 3072, 64, 1, 1 | BF16 | blk.44.ssm_beta.weight
822: 49152 | 4, 12288, 1, 1 | F32 | blk.44.ssm_conv1d.weight
823: 64 | 64, 1, 1, 1 | F32 | blk.44.ssm_dt.bias
824: 128 | 128, 1, 1, 1 | F32 | blk.44.ssm_norm.weight
825: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.44.ssm_out.weight
826: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.45.attn_gate.weight
827: 3072 | 3072, 1, 1, 1 | F32 | blk.45.attn_norm.weight
828: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.45.attn_qkv.weight
829: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.45.ffn_down_exps.weight
830: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.45.ffn_down_shexp.weight
831: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.45.ffn_gate_exps.weight
832: 786432 | 3072, 256, 1, 1 | F32 | blk.45.ffn_gate_inp.weight
833: 3072 | 3072, 1, 1, 1 | F32 | blk.45.ffn_gate_inp_shexp.weight
834: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.45.ffn_gate_shexp.weight
835: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.45.ffn_up_exps.weight
836: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.45.ffn_up_shexp.weight
837: 3072 | 3072, 1, 1, 1 | F32 | blk.45.post_attention_norm.weight
838: 64 | 64, 1, 1, 1 | F32 | blk.45.ssm_a
839: 196608 | 3072, 64, 1, 1 | BF16 | blk.45.ssm_alpha.weight
840: 196608 | 3072, 64, 1, 1 | BF16 | blk.45.ssm_beta.weight
841: 49152 | 4, 12288, 1, 1 | F32 | blk.45.ssm_conv1d.weight
842: 64 | 64, 1, 1, 1 | F32 | blk.45.ssm_dt.bias
843: 128 | 128, 1, 1, 1 | F32 | blk.45.ssm_norm.weight
844: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.45.ssm_out.weight
845: 25165824 | 3072, 8192, 1, 1 | BF16 | blk.46.attn_gate.weight
846: 3072 | 3072, 1, 1, 1 | F32 | blk.46.attn_norm.weight
847: 37748736 | 3072, 12288, 1, 1 | BF16 | blk.46.attn_qkv.weight
848: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.46.ffn_down_exps.weight
849: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.46.ffn_down_shexp.weight
850: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.46.ffn_gate_exps.weight
851: 786432 | 3072, 256, 1, 1 | F32 | blk.46.ffn_gate_inp.weight
852: 3072 | 3072, 1, 1, 1 | F32 | blk.46.ffn_gate_inp_shexp.weight
853: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.46.ffn_gate_shexp.weight
854: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.46.ffn_up_exps.weight
855: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.46.ffn_up_shexp.weight
856: 3072 | 3072, 1, 1, 1 | F32 | blk.46.post_attention_norm.weight
857: 64 | 64, 1, 1, 1 | F32 | blk.46.ssm_a
858: 196608 | 3072, 64, 1, 1 | BF16 | blk.46.ssm_alpha.weight
859: 196608 | 3072, 64, 1, 1 | BF16 | blk.46.ssm_beta.weight
860: 49152 | 4, 12288, 1, 1 | F32 | blk.46.ssm_conv1d.weight
861: 64 | 64, 1, 1, 1 | F32 | blk.46.ssm_dt.bias
862: 128 | 128, 1, 1, 1 | F32 | blk.46.ssm_norm.weight
863: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.46.ssm_out.weight
864: 1572864 | 3072, 512, 1, 1 | BF16 | blk.47.attn_k.weight
865: 256 | 256, 1, 1, 1 | F32 | blk.47.attn_k_norm.weight
866: 3072 | 3072, 1, 1, 1 | F32 | blk.47.attn_norm.weight
867: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.47.attn_output.weight
868: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.47.attn_q.weight
869: 256 | 256, 1, 1, 1 | F32 | blk.47.attn_q_norm.weight
870: 1572864 | 3072, 512, 1, 1 | BF16 | blk.47.attn_v.weight
871: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.47.ffn_down_exps.weight
872: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.47.ffn_down_shexp.weight
873: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.47.ffn_gate_exps.weight
874: 786432 | 3072, 256, 1, 1 | F32 | blk.47.ffn_gate_inp.weight
875: 3072 | 3072, 1, 1, 1 | F32 | blk.47.ffn_gate_inp_shexp.weight
876: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.47.ffn_gate_shexp.weight
877: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.47.ffn_up_exps.weight
878: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.47.ffn_up_shexp.weight
879: 3072 | 3072, 1, 1, 1 | F32 | blk.47.post_attention_norm.weight
880: 1572864 | 3072, 512, 1, 1 | BF16 | blk.48.attn_k.weight
881: 256 | 256, 1, 1, 1 | F32 | blk.48.attn_k_norm.weight
882: 3072 | 3072, 1, 1, 1 | F32 | blk.48.attn_norm.weight
883: 25165824 | 8192, 3072, 1, 1 | BF16 | blk.48.attn_output.weight
884: 50331648 | 3072, 16384, 1, 1 | BF16 | blk.48.attn_q.weight
885: 256 | 256, 1, 1, 1 | F32 | blk.48.attn_q_norm.weight
886: 1572864 | 3072, 512, 1, 1 | BF16 | blk.48.attn_v.weight
887: 805306368 | 1024, 3072, 256, 1 | BF16 | blk.48.ffn_down_exps.weight
888: 3145728 | 1024, 3072, 1, 1 | BF16 | blk.48.ffn_down_shexp.weight
889: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.48.ffn_gate_exps.weight
890: 786432 | 3072, 256, 1, 1 | F32 | blk.48.ffn_gate_inp.weight
891: 3072 | 3072, 1, 1, 1 | F32 | blk.48.ffn_gate_inp_shexp.weight
892: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.48.ffn_gate_shexp.weight
893: 805306368 | 3072, 1024, 256, 1 | BF16 | blk.48.ffn_up_exps.weight
894: 3145728 | 3072, 1024, 1, 1 | BF16 | blk.48.ffn_up_shexp.weight
895: 18874368 | 6144, 3072, 1, 1 | BF16 | blk.48.nextn.eh_proj.weight
896: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.enorm.weight
897: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.hnorm.weight
898: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.shared_head_norm.weight
899: 3072 | 3072, 1, 1, 1 | F32 | blk.48.post_attention_norm.weight
(blk.48 is grafted MTP)
MQ68 (Mixed Quant Q6_K - Q8_0)
llama-quantize params and gguf-dump
--leave-output-tensor
--tensor-type "blk\.48\.ffn_down_exps\.weight=q8_0"
--tensor-type "blk\.48\.ffn_gate_exps\.weight=q8_0"
--tensor-type "blk\.48\.ffn_up_exps\.weight=q8_0"
--tensor-type ".*ffn_down_exps\.weight=q6_k"
--tensor-type ".*ffn_gate_exps\.weight=q6_k"
--tensor-type ".*ffn_up_exps\.weight=q6_k"
Q8_0
1: UINT32 | 1 | GGUF.version = 3
2: UINT64 | 1 | GGUF.tensor_count = 899
3: UINT64 | 1 | GGUF.kv_count = 47
4: STRING | 1 | general.architecture = 'qwen35moe'
5: STRING | 1 | general.type = 'model'
6: INT32 | 1 | general.sampling.top_k = 20
7: FLOAT32 | 1 | general.sampling.top_p = 0.949999988079071
8: FLOAT32 | 1 | general.sampling.temp = 0.6000000238418579
9: STRING | 1 | general.size_label = '256x6.6B'
10: UINT32 | 1 | general.base_model.count = 1
11: STRING | 1 | general.base_model.0.name = 'Qwen3.5 122B A10B'
12: STRING | 1 | general.base_model.0.organization = 'Qwen'
13: STRING | 1 | general.base_model.0.repo_url = 'https://huggingface.co/Qwen/Qwen3.5-122B-A10B'
14: [STRING] | 5 | general.tags = ['abliterix', 'uncensored', 'decensored', 'abliterated', 'text-generation']
15: UINT32 | 1 | qwen35moe.context_length = 262144
16: UINT32 | 1 | qwen35moe.embedding_length = 3072
17: UINT32 | 1 | qwen35moe.attention.head_count = 32
18: UINT32 | 1 | qwen35moe.attention.head_count_kv = 2
19: [INT32] | 4 | qwen35moe.rope.dimension_sections = [11, 11, 10, 0]
20: FLOAT32 | 1 | qwen35moe.rope.freq_base = 10000000.0
21: FLOAT32 | 1 | qwen35moe.attention.layer_norm_rms_epsilon = 9.999999974752427e-07
22: UINT32 | 1 | qwen35moe.expert_count = 256
23: UINT32 | 1 | qwen35moe.expert_used_count = 8
24: UINT32 | 1 | qwen35moe.attention.key_length = 256
25: UINT32 | 1 | qwen35moe.attention.value_length = 256
26: UINT32 | 1 | qwen35moe.expert_feed_forward_length = 1024
27: UINT32 | 1 | qwen35moe.expert_shared_feed_forward_length = 1024
28: UINT32 | 1 | qwen35moe.ssm.conv_kernel = 4
29: UINT32 | 1 | qwen35moe.ssm.state_size = 128
30: UINT32 | 1 | qwen35moe.ssm.group_count = 16
31: UINT32 | 1 | qwen35moe.ssm.time_step_rank = 64
32: UINT32 | 1 | qwen35moe.ssm.inner_size = 8192
33: UINT32 | 1 | qwen35moe.full_attention_interval = 4
34: UINT32 | 1 | qwen35moe.rope.dimension_count = 64
35: STRING | 1 | tokenizer.ggml.model = 'gpt2'
36: STRING | 1 | tokenizer.ggml.pre = 'qwen35'
37: [STRING] | 248320 | tokenizer.ggml.tokens = ['!', '"', '#', '$', '%', '&', ...]
38: [INT32] | 248320 | tokenizer.ggml.token_type = [1, 1, 1, 1, 1, 1, ...]
39: [STRING] | 247587 | tokenizer.ggml.merges = ['Ġ Ġ', 'ĠĠ ĠĠ', 'i n', 'Ġ t', 'ĠĠĠĠ ĠĠĠĠ', 'e r', ...]
40: UINT32 | 1 | tokenizer.ggml.eos_token_id = 248046
41: UINT32 | 1 | tokenizer.ggml.padding_token_id = 248044
42: STRING | 1 | tokenizer.chat_template = '{%- set image_count = namespace(value=0) %}\n{%- set video...'
43: UINT32 | 1 | qwen35moe.block_count = 49
44: UINT32 | 1 | qwen35moe.nextn_predict_layers = 1
45: STRING | 1 | general.license = 'apache-2.0'
46: STRING | 1 | general.license.link = 'https://huggingface.co/Qwen/Qwen3.5-122B-A10B/blob/main/L...'
47: BOOL | 1 | tokenizer.ggml.add_bos_token = False
48: STRING | 1 | general.name = 'Qwen3.5 122B A10B Abliterix MTP'
49: UINT32 | 1 | general.quantization_version = 2
50: UINT32 | 1 | general.file_type = 7
1: 762839040 | 3072, 248320, 1, 1 | BF16 | output.weight
2: 3072 | 3072, 1, 1, 1 | F32 | output_norm.weight
3: 762839040 | 3072, 248320, 1, 1 | Q8_0 | token_embd.weight
4: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.0.attn_gate.weight
5: 3072 | 3072, 1, 1, 1 | F32 | blk.0.attn_norm.weight
6: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.0.attn_qkv.weight
7: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.0.ffn_down_exps.weight
8: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.0.ffn_down_shexp.weight
9: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.0.ffn_gate_exps.weight
10: 786432 | 3072, 256, 1, 1 | F32 | blk.0.ffn_gate_inp.weight
11: 3072 | 3072, 1, 1, 1 | F32 | blk.0.ffn_gate_inp_shexp.weight
12: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.0.ffn_gate_shexp.weight
13: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.0.ffn_up_exps.weight
14: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.0.ffn_up_shexp.weight
15: 3072 | 3072, 1, 1, 1 | F32 | blk.0.post_attention_norm.weight
16: 64 | 64, 1, 1, 1 | F32 | blk.0.ssm_a
17: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.0.ssm_alpha.weight
18: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.0.ssm_beta.weight
19: 49152 | 4, 12288, 1, 1 | F32 | blk.0.ssm_conv1d.weight
20: 64 | 64, 1, 1, 1 | F32 | blk.0.ssm_dt.bias
21: 128 | 128, 1, 1, 1 | F32 | blk.0.ssm_norm.weight
22: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.0.ssm_out.weight
23: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.1.attn_gate.weight
24: 3072 | 3072, 1, 1, 1 | F32 | blk.1.attn_norm.weight
25: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.1.attn_qkv.weight
26: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.1.ffn_down_exps.weight
27: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.1.ffn_down_shexp.weight
28: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.1.ffn_gate_exps.weight
29: 786432 | 3072, 256, 1, 1 | F32 | blk.1.ffn_gate_inp.weight
30: 3072 | 3072, 1, 1, 1 | F32 | blk.1.ffn_gate_inp_shexp.weight
31: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.1.ffn_gate_shexp.weight
32: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.1.ffn_up_exps.weight
33: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.1.ffn_up_shexp.weight
34: 3072 | 3072, 1, 1, 1 | F32 | blk.1.post_attention_norm.weight
35: 64 | 64, 1, 1, 1 | F32 | blk.1.ssm_a
36: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.1.ssm_alpha.weight
37: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.1.ssm_beta.weight
38: 49152 | 4, 12288, 1, 1 | F32 | blk.1.ssm_conv1d.weight
39: 64 | 64, 1, 1, 1 | F32 | blk.1.ssm_dt.bias
40: 128 | 128, 1, 1, 1 | F32 | blk.1.ssm_norm.weight
41: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.1.ssm_out.weight
42: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.2.attn_gate.weight
43: 3072 | 3072, 1, 1, 1 | F32 | blk.2.attn_norm.weight
44: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.2.attn_qkv.weight
45: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.2.ffn_down_exps.weight
46: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.2.ffn_down_shexp.weight
47: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.2.ffn_gate_exps.weight
48: 786432 | 3072, 256, 1, 1 | F32 | blk.2.ffn_gate_inp.weight
49: 3072 | 3072, 1, 1, 1 | F32 | blk.2.ffn_gate_inp_shexp.weight
50: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.2.ffn_gate_shexp.weight
51: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.2.ffn_up_exps.weight
52: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.2.ffn_up_shexp.weight
53: 3072 | 3072, 1, 1, 1 | F32 | blk.2.post_attention_norm.weight
54: 64 | 64, 1, 1, 1 | F32 | blk.2.ssm_a
55: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.2.ssm_alpha.weight
56: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.2.ssm_beta.weight
57: 49152 | 4, 12288, 1, 1 | F32 | blk.2.ssm_conv1d.weight
58: 64 | 64, 1, 1, 1 | F32 | blk.2.ssm_dt.bias
59: 128 | 128, 1, 1, 1 | F32 | blk.2.ssm_norm.weight
60: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.2.ssm_out.weight
61: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.3.attn_k.weight
62: 256 | 256, 1, 1, 1 | F32 | blk.3.attn_k_norm.weight
63: 3072 | 3072, 1, 1, 1 | F32 | blk.3.attn_norm.weight
64: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.3.attn_output.weight
65: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.3.attn_q.weight
66: 256 | 256, 1, 1, 1 | F32 | blk.3.attn_q_norm.weight
67: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.3.attn_v.weight
68: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.3.ffn_down_exps.weight
69: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.3.ffn_down_shexp.weight
70: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.3.ffn_gate_exps.weight
71: 786432 | 3072, 256, 1, 1 | F32 | blk.3.ffn_gate_inp.weight
72: 3072 | 3072, 1, 1, 1 | F32 | blk.3.ffn_gate_inp_shexp.weight
73: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.3.ffn_gate_shexp.weight
74: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.3.ffn_up_exps.weight
75: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.3.ffn_up_shexp.weight
76: 3072 | 3072, 1, 1, 1 | F32 | blk.3.post_attention_norm.weight
77: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.4.attn_gate.weight
78: 3072 | 3072, 1, 1, 1 | F32 | blk.4.attn_norm.weight
79: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.4.attn_qkv.weight
80: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.4.ffn_down_exps.weight
81: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.4.ffn_down_shexp.weight
82: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.4.ffn_gate_exps.weight
83: 786432 | 3072, 256, 1, 1 | F32 | blk.4.ffn_gate_inp.weight
84: 3072 | 3072, 1, 1, 1 | F32 | blk.4.ffn_gate_inp_shexp.weight
85: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.4.ffn_gate_shexp.weight
86: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.4.ffn_up_exps.weight
87: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.4.ffn_up_shexp.weight
88: 3072 | 3072, 1, 1, 1 | F32 | blk.4.post_attention_norm.weight
89: 64 | 64, 1, 1, 1 | F32 | blk.4.ssm_a
90: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.4.ssm_alpha.weight
91: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.4.ssm_beta.weight
92: 49152 | 4, 12288, 1, 1 | F32 | blk.4.ssm_conv1d.weight
93: 64 | 64, 1, 1, 1 | F32 | blk.4.ssm_dt.bias
94: 128 | 128, 1, 1, 1 | F32 | blk.4.ssm_norm.weight
95: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.4.ssm_out.weight
96: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.5.attn_gate.weight
97: 3072 | 3072, 1, 1, 1 | F32 | blk.5.attn_norm.weight
98: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.5.attn_qkv.weight
99: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.5.ffn_down_exps.weight
100: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.5.ffn_down_shexp.weight
101: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.5.ffn_gate_exps.weight
102: 786432 | 3072, 256, 1, 1 | F32 | blk.5.ffn_gate_inp.weight
103: 3072 | 3072, 1, 1, 1 | F32 | blk.5.ffn_gate_inp_shexp.weight
104: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.5.ffn_gate_shexp.weight
105: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.5.ffn_up_exps.weight
106: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.5.ffn_up_shexp.weight
107: 3072 | 3072, 1, 1, 1 | F32 | blk.5.post_attention_norm.weight
108: 64 | 64, 1, 1, 1 | F32 | blk.5.ssm_a
109: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.5.ssm_alpha.weight
110: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.5.ssm_beta.weight
111: 49152 | 4, 12288, 1, 1 | F32 | blk.5.ssm_conv1d.weight
112: 64 | 64, 1, 1, 1 | F32 | blk.5.ssm_dt.bias
113: 128 | 128, 1, 1, 1 | F32 | blk.5.ssm_norm.weight
114: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.5.ssm_out.weight
115: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.6.attn_gate.weight
116: 3072 | 3072, 1, 1, 1 | F32 | blk.6.attn_norm.weight
117: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.6.attn_qkv.weight
118: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.6.ffn_down_exps.weight
119: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.6.ffn_down_shexp.weight
120: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.6.ffn_gate_exps.weight
121: 786432 | 3072, 256, 1, 1 | F32 | blk.6.ffn_gate_inp.weight
122: 3072 | 3072, 1, 1, 1 | F32 | blk.6.ffn_gate_inp_shexp.weight
123: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.6.ffn_gate_shexp.weight
124: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.6.ffn_up_exps.weight
125: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.6.ffn_up_shexp.weight
126: 3072 | 3072, 1, 1, 1 | F32 | blk.6.post_attention_norm.weight
127: 64 | 64, 1, 1, 1 | F32 | blk.6.ssm_a
128: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.6.ssm_alpha.weight
129: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.6.ssm_beta.weight
130: 49152 | 4, 12288, 1, 1 | F32 | blk.6.ssm_conv1d.weight
131: 64 | 64, 1, 1, 1 | F32 | blk.6.ssm_dt.bias
132: 128 | 128, 1, 1, 1 | F32 | blk.6.ssm_norm.weight
133: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.6.ssm_out.weight
134: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.7.attn_k.weight
135: 256 | 256, 1, 1, 1 | F32 | blk.7.attn_k_norm.weight
136: 3072 | 3072, 1, 1, 1 | F32 | blk.7.attn_norm.weight
137: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.7.attn_output.weight
138: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.7.attn_q.weight
139: 256 | 256, 1, 1, 1 | F32 | blk.7.attn_q_norm.weight
140: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.7.attn_v.weight
141: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.7.ffn_down_exps.weight
142: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.7.ffn_down_shexp.weight
143: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.7.ffn_gate_exps.weight
144: 786432 | 3072, 256, 1, 1 | F32 | blk.7.ffn_gate_inp.weight
145: 3072 | 3072, 1, 1, 1 | F32 | blk.7.ffn_gate_inp_shexp.weight
146: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.7.ffn_gate_shexp.weight
147: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.7.ffn_up_exps.weight
148: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.7.ffn_up_shexp.weight
149: 3072 | 3072, 1, 1, 1 | F32 | blk.7.post_attention_norm.weight
150: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.8.attn_gate.weight
151: 3072 | 3072, 1, 1, 1 | F32 | blk.8.attn_norm.weight
152: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.8.attn_qkv.weight
153: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.8.ffn_down_exps.weight
154: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.8.ffn_down_shexp.weight
155: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.8.ffn_gate_exps.weight
156: 786432 | 3072, 256, 1, 1 | F32 | blk.8.ffn_gate_inp.weight
157: 3072 | 3072, 1, 1, 1 | F32 | blk.8.ffn_gate_inp_shexp.weight
158: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.8.ffn_gate_shexp.weight
159: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.8.ffn_up_exps.weight
160: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.8.ffn_up_shexp.weight
161: 3072 | 3072, 1, 1, 1 | F32 | blk.8.post_attention_norm.weight
162: 64 | 64, 1, 1, 1 | F32 | blk.8.ssm_a
163: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.8.ssm_alpha.weight
164: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.8.ssm_beta.weight
165: 49152 | 4, 12288, 1, 1 | F32 | blk.8.ssm_conv1d.weight
166: 64 | 64, 1, 1, 1 | F32 | blk.8.ssm_dt.bias
167: 128 | 128, 1, 1, 1 | F32 | blk.8.ssm_norm.weight
168: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.8.ssm_out.weight
169: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.9.attn_gate.weight
170: 3072 | 3072, 1, 1, 1 | F32 | blk.9.attn_norm.weight
171: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.9.attn_qkv.weight
172: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.9.ffn_down_exps.weight
173: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.9.ffn_down_shexp.weight
174: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.9.ffn_gate_exps.weight
175: 786432 | 3072, 256, 1, 1 | F32 | blk.9.ffn_gate_inp.weight
176: 3072 | 3072, 1, 1, 1 | F32 | blk.9.ffn_gate_inp_shexp.weight
177: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.9.ffn_gate_shexp.weight
178: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.9.ffn_up_exps.weight
179: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.9.ffn_up_shexp.weight
180: 3072 | 3072, 1, 1, 1 | F32 | blk.9.post_attention_norm.weight
181: 64 | 64, 1, 1, 1 | F32 | blk.9.ssm_a
182: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.9.ssm_alpha.weight
183: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.9.ssm_beta.weight
184: 49152 | 4, 12288, 1, 1 | F32 | blk.9.ssm_conv1d.weight
185: 64 | 64, 1, 1, 1 | F32 | blk.9.ssm_dt.bias
186: 128 | 128, 1, 1, 1 | F32 | blk.9.ssm_norm.weight
187: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.9.ssm_out.weight
188: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.10.attn_gate.weight
189: 3072 | 3072, 1, 1, 1 | F32 | blk.10.attn_norm.weight
190: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.10.attn_qkv.weight
191: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.10.ffn_down_exps.weight
192: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.10.ffn_down_shexp.weight
193: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.10.ffn_gate_exps.weight
194: 786432 | 3072, 256, 1, 1 | F32 | blk.10.ffn_gate_inp.weight
195: 3072 | 3072, 1, 1, 1 | F32 | blk.10.ffn_gate_inp_shexp.weight
196: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.10.ffn_gate_shexp.weight
197: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.10.ffn_up_exps.weight
198: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.10.ffn_up_shexp.weight
199: 3072 | 3072, 1, 1, 1 | F32 | blk.10.post_attention_norm.weight
200: 64 | 64, 1, 1, 1 | F32 | blk.10.ssm_a
201: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.10.ssm_alpha.weight
202: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.10.ssm_beta.weight
203: 49152 | 4, 12288, 1, 1 | F32 | blk.10.ssm_conv1d.weight
204: 64 | 64, 1, 1, 1 | F32 | blk.10.ssm_dt.bias
205: 128 | 128, 1, 1, 1 | F32 | blk.10.ssm_norm.weight
206: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.10.ssm_out.weight
207: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.11.attn_k.weight
208: 256 | 256, 1, 1, 1 | F32 | blk.11.attn_k_norm.weight
209: 3072 | 3072, 1, 1, 1 | F32 | blk.11.attn_norm.weight
210: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.11.attn_output.weight
211: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.11.attn_q.weight
212: 256 | 256, 1, 1, 1 | F32 | blk.11.attn_q_norm.weight
213: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.11.attn_v.weight
214: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.11.ffn_down_exps.weight
215: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.11.ffn_down_shexp.weight
216: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.11.ffn_gate_exps.weight
217: 786432 | 3072, 256, 1, 1 | F32 | blk.11.ffn_gate_inp.weight
218: 3072 | 3072, 1, 1, 1 | F32 | blk.11.ffn_gate_inp_shexp.weight
219: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.11.ffn_gate_shexp.weight
220: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.11.ffn_up_exps.weight
221: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.11.ffn_up_shexp.weight
222: 3072 | 3072, 1, 1, 1 | F32 | blk.11.post_attention_norm.weight
223: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.12.attn_gate.weight
224: 3072 | 3072, 1, 1, 1 | F32 | blk.12.attn_norm.weight
225: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.12.attn_qkv.weight
226: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.12.ffn_down_exps.weight
227: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.12.ffn_down_shexp.weight
228: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.12.ffn_gate_exps.weight
229: 786432 | 3072, 256, 1, 1 | F32 | blk.12.ffn_gate_inp.weight
230: 3072 | 3072, 1, 1, 1 | F32 | blk.12.ffn_gate_inp_shexp.weight
231: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.12.ffn_gate_shexp.weight
232: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.12.ffn_up_exps.weight
233: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.12.ffn_up_shexp.weight
234: 3072 | 3072, 1, 1, 1 | F32 | blk.12.post_attention_norm.weight
235: 64 | 64, 1, 1, 1 | F32 | blk.12.ssm_a
236: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.12.ssm_alpha.weight
237: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.12.ssm_beta.weight
238: 49152 | 4, 12288, 1, 1 | F32 | blk.12.ssm_conv1d.weight
239: 64 | 64, 1, 1, 1 | F32 | blk.12.ssm_dt.bias
240: 128 | 128, 1, 1, 1 | F32 | blk.12.ssm_norm.weight
241: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.12.ssm_out.weight
242: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.13.attn_gate.weight
243: 3072 | 3072, 1, 1, 1 | F32 | blk.13.attn_norm.weight
244: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.13.attn_qkv.weight
245: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.13.ffn_down_exps.weight
246: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.13.ffn_down_shexp.weight
247: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.13.ffn_gate_exps.weight
248: 786432 | 3072, 256, 1, 1 | F32 | blk.13.ffn_gate_inp.weight
249: 3072 | 3072, 1, 1, 1 | F32 | blk.13.ffn_gate_inp_shexp.weight
250: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.13.ffn_gate_shexp.weight
251: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.13.ffn_up_exps.weight
252: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.13.ffn_up_shexp.weight
253: 3072 | 3072, 1, 1, 1 | F32 | blk.13.post_attention_norm.weight
254: 64 | 64, 1, 1, 1 | F32 | blk.13.ssm_a
255: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.13.ssm_alpha.weight
256: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.13.ssm_beta.weight
257: 49152 | 4, 12288, 1, 1 | F32 | blk.13.ssm_conv1d.weight
258: 64 | 64, 1, 1, 1 | F32 | blk.13.ssm_dt.bias
259: 128 | 128, 1, 1, 1 | F32 | blk.13.ssm_norm.weight
260: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.13.ssm_out.weight
261: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.14.attn_gate.weight
262: 3072 | 3072, 1, 1, 1 | F32 | blk.14.attn_norm.weight
263: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.14.attn_qkv.weight
264: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.14.ffn_down_exps.weight
265: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.14.ffn_down_shexp.weight
266: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.14.ffn_gate_exps.weight
267: 786432 | 3072, 256, 1, 1 | F32 | blk.14.ffn_gate_inp.weight
268: 3072 | 3072, 1, 1, 1 | F32 | blk.14.ffn_gate_inp_shexp.weight
269: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.14.ffn_gate_shexp.weight
270: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.14.ffn_up_exps.weight
271: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.14.ffn_up_shexp.weight
272: 3072 | 3072, 1, 1, 1 | F32 | blk.14.post_attention_norm.weight
273: 64 | 64, 1, 1, 1 | F32 | blk.14.ssm_a
274: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.14.ssm_alpha.weight
275: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.14.ssm_beta.weight
276: 49152 | 4, 12288, 1, 1 | F32 | blk.14.ssm_conv1d.weight
277: 64 | 64, 1, 1, 1 | F32 | blk.14.ssm_dt.bias
278: 128 | 128, 1, 1, 1 | F32 | blk.14.ssm_norm.weight
279: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.14.ssm_out.weight
280: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.15.attn_k.weight
281: 256 | 256, 1, 1, 1 | F32 | blk.15.attn_k_norm.weight
282: 3072 | 3072, 1, 1, 1 | F32 | blk.15.attn_norm.weight
283: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.15.attn_output.weight
284: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.15.attn_q.weight
285: 256 | 256, 1, 1, 1 | F32 | blk.15.attn_q_norm.weight
286: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.15.attn_v.weight
287: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.15.ffn_down_exps.weight
288: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.15.ffn_down_shexp.weight
289: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.15.ffn_gate_exps.weight
290: 786432 | 3072, 256, 1, 1 | F32 | blk.15.ffn_gate_inp.weight
291: 3072 | 3072, 1, 1, 1 | F32 | blk.15.ffn_gate_inp_shexp.weight
292: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.15.ffn_gate_shexp.weight
293: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.15.ffn_up_exps.weight
294: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.15.ffn_up_shexp.weight
295: 3072 | 3072, 1, 1, 1 | F32 | blk.15.post_attention_norm.weight
296: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.16.attn_gate.weight
297: 3072 | 3072, 1, 1, 1 | F32 | blk.16.attn_norm.weight
298: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.16.attn_qkv.weight
299: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.16.ffn_down_exps.weight
300: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.16.ffn_down_shexp.weight
301: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.16.ffn_gate_exps.weight
302: 786432 | 3072, 256, 1, 1 | F32 | blk.16.ffn_gate_inp.weight
303: 3072 | 3072, 1, 1, 1 | F32 | blk.16.ffn_gate_inp_shexp.weight
304: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.16.ffn_gate_shexp.weight
305: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.16.ffn_up_exps.weight
306: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.16.ffn_up_shexp.weight
307: 3072 | 3072, 1, 1, 1 | F32 | blk.16.post_attention_norm.weight
308: 64 | 64, 1, 1, 1 | F32 | blk.16.ssm_a
309: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.16.ssm_alpha.weight
310: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.16.ssm_beta.weight
311: 49152 | 4, 12288, 1, 1 | F32 | blk.16.ssm_conv1d.weight
312: 64 | 64, 1, 1, 1 | F32 | blk.16.ssm_dt.bias
313: 128 | 128, 1, 1, 1 | F32 | blk.16.ssm_norm.weight
314: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.16.ssm_out.weight
315: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.17.attn_gate.weight
316: 3072 | 3072, 1, 1, 1 | F32 | blk.17.attn_norm.weight
317: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.17.attn_qkv.weight
318: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.17.ffn_down_exps.weight
319: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.17.ffn_down_shexp.weight
320: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.17.ffn_gate_exps.weight
321: 786432 | 3072, 256, 1, 1 | F32 | blk.17.ffn_gate_inp.weight
322: 3072 | 3072, 1, 1, 1 | F32 | blk.17.ffn_gate_inp_shexp.weight
323: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.17.ffn_gate_shexp.weight
324: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.17.ffn_up_exps.weight
325: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.17.ffn_up_shexp.weight
326: 3072 | 3072, 1, 1, 1 | F32 | blk.17.post_attention_norm.weight
327: 64 | 64, 1, 1, 1 | F32 | blk.17.ssm_a
328: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.17.ssm_alpha.weight
329: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.17.ssm_beta.weight
330: 49152 | 4, 12288, 1, 1 | F32 | blk.17.ssm_conv1d.weight
331: 64 | 64, 1, 1, 1 | F32 | blk.17.ssm_dt.bias
332: 128 | 128, 1, 1, 1 | F32 | blk.17.ssm_norm.weight
333: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.17.ssm_out.weight
334: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.18.attn_gate.weight
335: 3072 | 3072, 1, 1, 1 | F32 | blk.18.attn_norm.weight
336: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.18.attn_qkv.weight
337: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.18.ffn_down_exps.weight
338: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.18.ffn_down_shexp.weight
339: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.18.ffn_gate_exps.weight
340: 786432 | 3072, 256, 1, 1 | F32 | blk.18.ffn_gate_inp.weight
341: 3072 | 3072, 1, 1, 1 | F32 | blk.18.ffn_gate_inp_shexp.weight
342: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.18.ffn_gate_shexp.weight
343: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.18.ffn_up_exps.weight
344: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.18.ffn_up_shexp.weight
345: 3072 | 3072, 1, 1, 1 | F32 | blk.18.post_attention_norm.weight
346: 64 | 64, 1, 1, 1 | F32 | blk.18.ssm_a
347: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.18.ssm_alpha.weight
348: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.18.ssm_beta.weight
349: 49152 | 4, 12288, 1, 1 | F32 | blk.18.ssm_conv1d.weight
350: 64 | 64, 1, 1, 1 | F32 | blk.18.ssm_dt.bias
351: 128 | 128, 1, 1, 1 | F32 | blk.18.ssm_norm.weight
352: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.18.ssm_out.weight
353: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.19.attn_k.weight
354: 256 | 256, 1, 1, 1 | F32 | blk.19.attn_k_norm.weight
355: 3072 | 3072, 1, 1, 1 | F32 | blk.19.attn_norm.weight
356: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.19.attn_output.weight
357: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.19.attn_q.weight
358: 256 | 256, 1, 1, 1 | F32 | blk.19.attn_q_norm.weight
359: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.19.attn_v.weight
360: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.19.ffn_down_exps.weight
361: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.19.ffn_down_shexp.weight
362: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.19.ffn_gate_exps.weight
363: 786432 | 3072, 256, 1, 1 | F32 | blk.19.ffn_gate_inp.weight
364: 3072 | 3072, 1, 1, 1 | F32 | blk.19.ffn_gate_inp_shexp.weight
365: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.19.ffn_gate_shexp.weight
366: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.19.ffn_up_exps.weight
367: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.19.ffn_up_shexp.weight
368: 3072 | 3072, 1, 1, 1 | F32 | blk.19.post_attention_norm.weight
369: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.20.attn_gate.weight
370: 3072 | 3072, 1, 1, 1 | F32 | blk.20.attn_norm.weight
371: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.20.attn_qkv.weight
372: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.20.ffn_down_exps.weight
373: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.20.ffn_down_shexp.weight
374: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.20.ffn_gate_exps.weight
375: 786432 | 3072, 256, 1, 1 | F32 | blk.20.ffn_gate_inp.weight
376: 3072 | 3072, 1, 1, 1 | F32 | blk.20.ffn_gate_inp_shexp.weight
377: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.20.ffn_gate_shexp.weight
378: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.20.ffn_up_exps.weight
379: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.20.ffn_up_shexp.weight
380: 3072 | 3072, 1, 1, 1 | F32 | blk.20.post_attention_norm.weight
381: 64 | 64, 1, 1, 1 | F32 | blk.20.ssm_a
382: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.20.ssm_alpha.weight
383: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.20.ssm_beta.weight
384: 49152 | 4, 12288, 1, 1 | F32 | blk.20.ssm_conv1d.weight
385: 64 | 64, 1, 1, 1 | F32 | blk.20.ssm_dt.bias
386: 128 | 128, 1, 1, 1 | F32 | blk.20.ssm_norm.weight
387: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.20.ssm_out.weight
388: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.21.attn_gate.weight
389: 3072 | 3072, 1, 1, 1 | F32 | blk.21.attn_norm.weight
390: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.21.attn_qkv.weight
391: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.21.ffn_down_exps.weight
392: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.21.ffn_down_shexp.weight
393: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.21.ffn_gate_exps.weight
394: 786432 | 3072, 256, 1, 1 | F32 | blk.21.ffn_gate_inp.weight
395: 3072 | 3072, 1, 1, 1 | F32 | blk.21.ffn_gate_inp_shexp.weight
396: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.21.ffn_gate_shexp.weight
397: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.21.ffn_up_exps.weight
398: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.21.ffn_up_shexp.weight
399: 3072 | 3072, 1, 1, 1 | F32 | blk.21.post_attention_norm.weight
400: 64 | 64, 1, 1, 1 | F32 | blk.21.ssm_a
401: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.21.ssm_alpha.weight
402: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.21.ssm_beta.weight
403: 49152 | 4, 12288, 1, 1 | F32 | blk.21.ssm_conv1d.weight
404: 64 | 64, 1, 1, 1 | F32 | blk.21.ssm_dt.bias
405: 128 | 128, 1, 1, 1 | F32 | blk.21.ssm_norm.weight
406: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.21.ssm_out.weight
407: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.22.attn_gate.weight
408: 3072 | 3072, 1, 1, 1 | F32 | blk.22.attn_norm.weight
409: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.22.attn_qkv.weight
410: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.22.ffn_down_exps.weight
411: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.22.ffn_down_shexp.weight
412: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.22.ffn_gate_exps.weight
413: 786432 | 3072, 256, 1, 1 | F32 | blk.22.ffn_gate_inp.weight
414: 3072 | 3072, 1, 1, 1 | F32 | blk.22.ffn_gate_inp_shexp.weight
415: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.22.ffn_gate_shexp.weight
416: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.22.ffn_up_exps.weight
417: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.22.ffn_up_shexp.weight
418: 3072 | 3072, 1, 1, 1 | F32 | blk.22.post_attention_norm.weight
419: 64 | 64, 1, 1, 1 | F32 | blk.22.ssm_a
420: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.22.ssm_alpha.weight
421: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.22.ssm_beta.weight
422: 49152 | 4, 12288, 1, 1 | F32 | blk.22.ssm_conv1d.weight
423: 64 | 64, 1, 1, 1 | F32 | blk.22.ssm_dt.bias
424: 128 | 128, 1, 1, 1 | F32 | blk.22.ssm_norm.weight
425: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.22.ssm_out.weight
426: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.23.attn_k.weight
427: 256 | 256, 1, 1, 1 | F32 | blk.23.attn_k_norm.weight
428: 3072 | 3072, 1, 1, 1 | F32 | blk.23.attn_norm.weight
429: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.23.attn_output.weight
430: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.23.attn_q.weight
431: 256 | 256, 1, 1, 1 | F32 | blk.23.attn_q_norm.weight
432: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.23.attn_v.weight
433: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.23.ffn_down_exps.weight
434: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.23.ffn_down_shexp.weight
435: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.23.ffn_gate_exps.weight
436: 786432 | 3072, 256, 1, 1 | F32 | blk.23.ffn_gate_inp.weight
437: 3072 | 3072, 1, 1, 1 | F32 | blk.23.ffn_gate_inp_shexp.weight
438: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.23.ffn_gate_shexp.weight
439: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.23.ffn_up_exps.weight
440: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.23.ffn_up_shexp.weight
441: 3072 | 3072, 1, 1, 1 | F32 | blk.23.post_attention_norm.weight
442: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.24.attn_gate.weight
443: 3072 | 3072, 1, 1, 1 | F32 | blk.24.attn_norm.weight
444: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.24.attn_qkv.weight
445: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.24.ffn_down_exps.weight
446: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.24.ffn_down_shexp.weight
447: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.24.ffn_gate_exps.weight
448: 786432 | 3072, 256, 1, 1 | F32 | blk.24.ffn_gate_inp.weight
449: 3072 | 3072, 1, 1, 1 | F32 | blk.24.ffn_gate_inp_shexp.weight
450: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.24.ffn_gate_shexp.weight
451: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.24.ffn_up_exps.weight
452: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.24.ffn_up_shexp.weight
453: 3072 | 3072, 1, 1, 1 | F32 | blk.24.post_attention_norm.weight
454: 64 | 64, 1, 1, 1 | F32 | blk.24.ssm_a
455: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.24.ssm_alpha.weight
456: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.24.ssm_beta.weight
457: 49152 | 4, 12288, 1, 1 | F32 | blk.24.ssm_conv1d.weight
458: 64 | 64, 1, 1, 1 | F32 | blk.24.ssm_dt.bias
459: 128 | 128, 1, 1, 1 | F32 | blk.24.ssm_norm.weight
460: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.24.ssm_out.weight
461: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.25.attn_gate.weight
462: 3072 | 3072, 1, 1, 1 | F32 | blk.25.attn_norm.weight
463: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.25.attn_qkv.weight
464: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.25.ffn_down_exps.weight
465: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.25.ffn_down_shexp.weight
466: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.25.ffn_gate_exps.weight
467: 786432 | 3072, 256, 1, 1 | F32 | blk.25.ffn_gate_inp.weight
468: 3072 | 3072, 1, 1, 1 | F32 | blk.25.ffn_gate_inp_shexp.weight
469: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.25.ffn_gate_shexp.weight
470: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.25.ffn_up_exps.weight
471: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.25.ffn_up_shexp.weight
472: 3072 | 3072, 1, 1, 1 | F32 | blk.25.post_attention_norm.weight
473: 64 | 64, 1, 1, 1 | F32 | blk.25.ssm_a
474: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.25.ssm_alpha.weight
475: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.25.ssm_beta.weight
476: 49152 | 4, 12288, 1, 1 | F32 | blk.25.ssm_conv1d.weight
477: 64 | 64, 1, 1, 1 | F32 | blk.25.ssm_dt.bias
478: 128 | 128, 1, 1, 1 | F32 | blk.25.ssm_norm.weight
479: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.25.ssm_out.weight
480: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.26.attn_gate.weight
481: 3072 | 3072, 1, 1, 1 | F32 | blk.26.attn_norm.weight
482: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.26.attn_qkv.weight
483: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.26.ffn_down_exps.weight
484: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.26.ffn_down_shexp.weight
485: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.26.ffn_gate_exps.weight
486: 786432 | 3072, 256, 1, 1 | F32 | blk.26.ffn_gate_inp.weight
487: 3072 | 3072, 1, 1, 1 | F32 | blk.26.ffn_gate_inp_shexp.weight
488: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.26.ffn_gate_shexp.weight
489: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.26.ffn_up_exps.weight
490: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.26.ffn_up_shexp.weight
491: 3072 | 3072, 1, 1, 1 | F32 | blk.26.post_attention_norm.weight
492: 64 | 64, 1, 1, 1 | F32 | blk.26.ssm_a
493: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.26.ssm_alpha.weight
494: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.26.ssm_beta.weight
495: 49152 | 4, 12288, 1, 1 | F32 | blk.26.ssm_conv1d.weight
496: 64 | 64, 1, 1, 1 | F32 | blk.26.ssm_dt.bias
497: 128 | 128, 1, 1, 1 | F32 | blk.26.ssm_norm.weight
498: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.26.ssm_out.weight
499: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.27.attn_k.weight
500: 256 | 256, 1, 1, 1 | F32 | blk.27.attn_k_norm.weight
501: 3072 | 3072, 1, 1, 1 | F32 | blk.27.attn_norm.weight
502: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.27.attn_output.weight
503: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.27.attn_q.weight
504: 256 | 256, 1, 1, 1 | F32 | blk.27.attn_q_norm.weight
505: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.27.attn_v.weight
506: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.27.ffn_down_exps.weight
507: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.27.ffn_down_shexp.weight
508: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.27.ffn_gate_exps.weight
509: 786432 | 3072, 256, 1, 1 | F32 | blk.27.ffn_gate_inp.weight
510: 3072 | 3072, 1, 1, 1 | F32 | blk.27.ffn_gate_inp_shexp.weight
511: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.27.ffn_gate_shexp.weight
512: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.27.ffn_up_exps.weight
513: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.27.ffn_up_shexp.weight
514: 3072 | 3072, 1, 1, 1 | F32 | blk.27.post_attention_norm.weight
515: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.28.attn_gate.weight
516: 3072 | 3072, 1, 1, 1 | F32 | blk.28.attn_norm.weight
517: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.28.attn_qkv.weight
518: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.28.ffn_down_exps.weight
519: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.28.ffn_down_shexp.weight
520: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.28.ffn_gate_exps.weight
521: 786432 | 3072, 256, 1, 1 | F32 | blk.28.ffn_gate_inp.weight
522: 3072 | 3072, 1, 1, 1 | F32 | blk.28.ffn_gate_inp_shexp.weight
523: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.28.ffn_gate_shexp.weight
524: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.28.ffn_up_exps.weight
525: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.28.ffn_up_shexp.weight
526: 3072 | 3072, 1, 1, 1 | F32 | blk.28.post_attention_norm.weight
527: 64 | 64, 1, 1, 1 | F32 | blk.28.ssm_a
528: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.28.ssm_alpha.weight
529: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.28.ssm_beta.weight
530: 49152 | 4, 12288, 1, 1 | F32 | blk.28.ssm_conv1d.weight
531: 64 | 64, 1, 1, 1 | F32 | blk.28.ssm_dt.bias
532: 128 | 128, 1, 1, 1 | F32 | blk.28.ssm_norm.weight
533: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.28.ssm_out.weight
534: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.29.attn_gate.weight
535: 3072 | 3072, 1, 1, 1 | F32 | blk.29.attn_norm.weight
536: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.29.attn_qkv.weight
537: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.29.ffn_down_exps.weight
538: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.29.ffn_down_shexp.weight
539: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.29.ffn_gate_exps.weight
540: 786432 | 3072, 256, 1, 1 | F32 | blk.29.ffn_gate_inp.weight
541: 3072 | 3072, 1, 1, 1 | F32 | blk.29.ffn_gate_inp_shexp.weight
542: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.29.ffn_gate_shexp.weight
543: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.29.ffn_up_exps.weight
544: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.29.ffn_up_shexp.weight
545: 3072 | 3072, 1, 1, 1 | F32 | blk.29.post_attention_norm.weight
546: 64 | 64, 1, 1, 1 | F32 | blk.29.ssm_a
547: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.29.ssm_alpha.weight
548: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.29.ssm_beta.weight
549: 49152 | 4, 12288, 1, 1 | F32 | blk.29.ssm_conv1d.weight
550: 64 | 64, 1, 1, 1 | F32 | blk.29.ssm_dt.bias
551: 128 | 128, 1, 1, 1 | F32 | blk.29.ssm_norm.weight
552: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.29.ssm_out.weight
553: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.30.attn_gate.weight
554: 3072 | 3072, 1, 1, 1 | F32 | blk.30.attn_norm.weight
555: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.30.attn_qkv.weight
556: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.30.ffn_down_exps.weight
557: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.30.ffn_down_shexp.weight
558: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.30.ffn_gate_exps.weight
559: 786432 | 3072, 256, 1, 1 | F32 | blk.30.ffn_gate_inp.weight
560: 3072 | 3072, 1, 1, 1 | F32 | blk.30.ffn_gate_inp_shexp.weight
561: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.30.ffn_gate_shexp.weight
562: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.30.ffn_up_exps.weight
563: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.30.ffn_up_shexp.weight
564: 3072 | 3072, 1, 1, 1 | F32 | blk.30.post_attention_norm.weight
565: 64 | 64, 1, 1, 1 | F32 | blk.30.ssm_a
566: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.30.ssm_alpha.weight
567: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.30.ssm_beta.weight
568: 49152 | 4, 12288, 1, 1 | F32 | blk.30.ssm_conv1d.weight
569: 64 | 64, 1, 1, 1 | F32 | blk.30.ssm_dt.bias
570: 128 | 128, 1, 1, 1 | F32 | blk.30.ssm_norm.weight
571: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.30.ssm_out.weight
572: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.31.attn_k.weight
573: 256 | 256, 1, 1, 1 | F32 | blk.31.attn_k_norm.weight
574: 3072 | 3072, 1, 1, 1 | F32 | blk.31.attn_norm.weight
575: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.31.attn_output.weight
576: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.31.attn_q.weight
577: 256 | 256, 1, 1, 1 | F32 | blk.31.attn_q_norm.weight
578: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.31.attn_v.weight
579: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.31.ffn_down_exps.weight
580: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.31.ffn_down_shexp.weight
581: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.31.ffn_gate_exps.weight
582: 786432 | 3072, 256, 1, 1 | F32 | blk.31.ffn_gate_inp.weight
583: 3072 | 3072, 1, 1, 1 | F32 | blk.31.ffn_gate_inp_shexp.weight
584: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.31.ffn_gate_shexp.weight
585: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.31.ffn_up_exps.weight
586: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.31.ffn_up_shexp.weight
587: 3072 | 3072, 1, 1, 1 | F32 | blk.31.post_attention_norm.weight
588: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.32.attn_gate.weight
589: 3072 | 3072, 1, 1, 1 | F32 | blk.32.attn_norm.weight
590: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.32.attn_qkv.weight
591: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.32.ffn_down_exps.weight
592: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.32.ffn_down_shexp.weight
593: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.32.ffn_gate_exps.weight
594: 786432 | 3072, 256, 1, 1 | F32 | blk.32.ffn_gate_inp.weight
595: 3072 | 3072, 1, 1, 1 | F32 | blk.32.ffn_gate_inp_shexp.weight
596: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.32.ffn_gate_shexp.weight
597: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.32.ffn_up_exps.weight
598: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.32.ffn_up_shexp.weight
599: 3072 | 3072, 1, 1, 1 | F32 | blk.32.post_attention_norm.weight
600: 64 | 64, 1, 1, 1 | F32 | blk.32.ssm_a
601: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.32.ssm_alpha.weight
602: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.32.ssm_beta.weight
603: 49152 | 4, 12288, 1, 1 | F32 | blk.32.ssm_conv1d.weight
604: 64 | 64, 1, 1, 1 | F32 | blk.32.ssm_dt.bias
605: 128 | 128, 1, 1, 1 | F32 | blk.32.ssm_norm.weight
606: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.32.ssm_out.weight
607: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.33.attn_gate.weight
608: 3072 | 3072, 1, 1, 1 | F32 | blk.33.attn_norm.weight
609: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.33.attn_qkv.weight
610: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.33.ffn_down_exps.weight
611: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.33.ffn_down_shexp.weight
612: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.33.ffn_gate_exps.weight
613: 786432 | 3072, 256, 1, 1 | F32 | blk.33.ffn_gate_inp.weight
614: 3072 | 3072, 1, 1, 1 | F32 | blk.33.ffn_gate_inp_shexp.weight
615: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.33.ffn_gate_shexp.weight
616: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.33.ffn_up_exps.weight
617: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.33.ffn_up_shexp.weight
618: 3072 | 3072, 1, 1, 1 | F32 | blk.33.post_attention_norm.weight
619: 64 | 64, 1, 1, 1 | F32 | blk.33.ssm_a
620: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.33.ssm_alpha.weight
621: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.33.ssm_beta.weight
622: 49152 | 4, 12288, 1, 1 | F32 | blk.33.ssm_conv1d.weight
623: 64 | 64, 1, 1, 1 | F32 | blk.33.ssm_dt.bias
624: 128 | 128, 1, 1, 1 | F32 | blk.33.ssm_norm.weight
625: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.33.ssm_out.weight
626: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.34.attn_gate.weight
627: 3072 | 3072, 1, 1, 1 | F32 | blk.34.attn_norm.weight
628: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.34.attn_qkv.weight
629: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.34.ffn_down_exps.weight
630: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.34.ffn_down_shexp.weight
631: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.34.ffn_gate_exps.weight
632: 786432 | 3072, 256, 1, 1 | F32 | blk.34.ffn_gate_inp.weight
633: 3072 | 3072, 1, 1, 1 | F32 | blk.34.ffn_gate_inp_shexp.weight
634: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.34.ffn_gate_shexp.weight
635: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.34.ffn_up_exps.weight
636: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.34.ffn_up_shexp.weight
637: 3072 | 3072, 1, 1, 1 | F32 | blk.34.post_attention_norm.weight
638: 64 | 64, 1, 1, 1 | F32 | blk.34.ssm_a
639: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.34.ssm_alpha.weight
640: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.34.ssm_beta.weight
641: 49152 | 4, 12288, 1, 1 | F32 | blk.34.ssm_conv1d.weight
642: 64 | 64, 1, 1, 1 | F32 | blk.34.ssm_dt.bias
643: 128 | 128, 1, 1, 1 | F32 | blk.34.ssm_norm.weight
644: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.34.ssm_out.weight
645: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.35.attn_k.weight
646: 256 | 256, 1, 1, 1 | F32 | blk.35.attn_k_norm.weight
647: 3072 | 3072, 1, 1, 1 | F32 | blk.35.attn_norm.weight
648: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.35.attn_output.weight
649: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.35.attn_q.weight
650: 256 | 256, 1, 1, 1 | F32 | blk.35.attn_q_norm.weight
651: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.35.attn_v.weight
652: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.35.ffn_down_exps.weight
653: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.35.ffn_down_shexp.weight
654: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.35.ffn_gate_exps.weight
655: 786432 | 3072, 256, 1, 1 | F32 | blk.35.ffn_gate_inp.weight
656: 3072 | 3072, 1, 1, 1 | F32 | blk.35.ffn_gate_inp_shexp.weight
657: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.35.ffn_gate_shexp.weight
658: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.35.ffn_up_exps.weight
659: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.35.ffn_up_shexp.weight
660: 3072 | 3072, 1, 1, 1 | F32 | blk.35.post_attention_norm.weight
661: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.36.attn_gate.weight
662: 3072 | 3072, 1, 1, 1 | F32 | blk.36.attn_norm.weight
663: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.36.attn_qkv.weight
664: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.36.ffn_down_exps.weight
665: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.36.ffn_down_shexp.weight
666: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.36.ffn_gate_exps.weight
667: 786432 | 3072, 256, 1, 1 | F32 | blk.36.ffn_gate_inp.weight
668: 3072 | 3072, 1, 1, 1 | F32 | blk.36.ffn_gate_inp_shexp.weight
669: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.36.ffn_gate_shexp.weight
670: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.36.ffn_up_exps.weight
671: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.36.ffn_up_shexp.weight
672: 3072 | 3072, 1, 1, 1 | F32 | blk.36.post_attention_norm.weight
673: 64 | 64, 1, 1, 1 | F32 | blk.36.ssm_a
674: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.36.ssm_alpha.weight
675: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.36.ssm_beta.weight
676: 49152 | 4, 12288, 1, 1 | F32 | blk.36.ssm_conv1d.weight
677: 64 | 64, 1, 1, 1 | F32 | blk.36.ssm_dt.bias
678: 128 | 128, 1, 1, 1 | F32 | blk.36.ssm_norm.weight
679: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.36.ssm_out.weight
680: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.37.attn_gate.weight
681: 3072 | 3072, 1, 1, 1 | F32 | blk.37.attn_norm.weight
682: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.37.attn_qkv.weight
683: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.37.ffn_down_exps.weight
684: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.37.ffn_down_shexp.weight
685: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.37.ffn_gate_exps.weight
686: 786432 | 3072, 256, 1, 1 | F32 | blk.37.ffn_gate_inp.weight
687: 3072 | 3072, 1, 1, 1 | F32 | blk.37.ffn_gate_inp_shexp.weight
688: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.37.ffn_gate_shexp.weight
689: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.37.ffn_up_exps.weight
690: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.37.ffn_up_shexp.weight
691: 3072 | 3072, 1, 1, 1 | F32 | blk.37.post_attention_norm.weight
692: 64 | 64, 1, 1, 1 | F32 | blk.37.ssm_a
693: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.37.ssm_alpha.weight
694: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.37.ssm_beta.weight
695: 49152 | 4, 12288, 1, 1 | F32 | blk.37.ssm_conv1d.weight
696: 64 | 64, 1, 1, 1 | F32 | blk.37.ssm_dt.bias
697: 128 | 128, 1, 1, 1 | F32 | blk.37.ssm_norm.weight
698: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.37.ssm_out.weight
699: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.38.attn_gate.weight
700: 3072 | 3072, 1, 1, 1 | F32 | blk.38.attn_norm.weight
701: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.38.attn_qkv.weight
702: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.38.ffn_down_exps.weight
703: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.38.ffn_down_shexp.weight
704: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.38.ffn_gate_exps.weight
705: 786432 | 3072, 256, 1, 1 | F32 | blk.38.ffn_gate_inp.weight
706: 3072 | 3072, 1, 1, 1 | F32 | blk.38.ffn_gate_inp_shexp.weight
707: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.38.ffn_gate_shexp.weight
708: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.38.ffn_up_exps.weight
709: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.38.ffn_up_shexp.weight
710: 3072 | 3072, 1, 1, 1 | F32 | blk.38.post_attention_norm.weight
711: 64 | 64, 1, 1, 1 | F32 | blk.38.ssm_a
712: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.38.ssm_alpha.weight
713: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.38.ssm_beta.weight
714: 49152 | 4, 12288, 1, 1 | F32 | blk.38.ssm_conv1d.weight
715: 64 | 64, 1, 1, 1 | F32 | blk.38.ssm_dt.bias
716: 128 | 128, 1, 1, 1 | F32 | blk.38.ssm_norm.weight
717: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.38.ssm_out.weight
718: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.39.attn_k.weight
719: 256 | 256, 1, 1, 1 | F32 | blk.39.attn_k_norm.weight
720: 3072 | 3072, 1, 1, 1 | F32 | blk.39.attn_norm.weight
721: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.39.attn_output.weight
722: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.39.attn_q.weight
723: 256 | 256, 1, 1, 1 | F32 | blk.39.attn_q_norm.weight
724: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.39.attn_v.weight
725: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.39.ffn_down_exps.weight
726: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.39.ffn_down_shexp.weight
727: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.39.ffn_gate_exps.weight
728: 786432 | 3072, 256, 1, 1 | F32 | blk.39.ffn_gate_inp.weight
729: 3072 | 3072, 1, 1, 1 | F32 | blk.39.ffn_gate_inp_shexp.weight
730: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.39.ffn_gate_shexp.weight
731: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.39.ffn_up_exps.weight
732: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.39.ffn_up_shexp.weight
733: 3072 | 3072, 1, 1, 1 | F32 | blk.39.post_attention_norm.weight
734: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.40.attn_gate.weight
735: 3072 | 3072, 1, 1, 1 | F32 | blk.40.attn_norm.weight
736: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.40.attn_qkv.weight
737: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.40.ffn_down_exps.weight
738: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.40.ffn_down_shexp.weight
739: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.40.ffn_gate_exps.weight
740: 786432 | 3072, 256, 1, 1 | F32 | blk.40.ffn_gate_inp.weight
741: 3072 | 3072, 1, 1, 1 | F32 | blk.40.ffn_gate_inp_shexp.weight
742: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.40.ffn_gate_shexp.weight
743: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.40.ffn_up_exps.weight
744: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.40.ffn_up_shexp.weight
745: 3072 | 3072, 1, 1, 1 | F32 | blk.40.post_attention_norm.weight
746: 64 | 64, 1, 1, 1 | F32 | blk.40.ssm_a
747: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.40.ssm_alpha.weight
748: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.40.ssm_beta.weight
749: 49152 | 4, 12288, 1, 1 | F32 | blk.40.ssm_conv1d.weight
750: 64 | 64, 1, 1, 1 | F32 | blk.40.ssm_dt.bias
751: 128 | 128, 1, 1, 1 | F32 | blk.40.ssm_norm.weight
752: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.40.ssm_out.weight
753: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.41.attn_gate.weight
754: 3072 | 3072, 1, 1, 1 | F32 | blk.41.attn_norm.weight
755: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.41.attn_qkv.weight
756: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.41.ffn_down_exps.weight
757: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.41.ffn_down_shexp.weight
758: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.41.ffn_gate_exps.weight
759: 786432 | 3072, 256, 1, 1 | F32 | blk.41.ffn_gate_inp.weight
760: 3072 | 3072, 1, 1, 1 | F32 | blk.41.ffn_gate_inp_shexp.weight
761: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.41.ffn_gate_shexp.weight
762: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.41.ffn_up_exps.weight
763: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.41.ffn_up_shexp.weight
764: 3072 | 3072, 1, 1, 1 | F32 | blk.41.post_attention_norm.weight
765: 64 | 64, 1, 1, 1 | F32 | blk.41.ssm_a
766: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.41.ssm_alpha.weight
767: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.41.ssm_beta.weight
768: 49152 | 4, 12288, 1, 1 | F32 | blk.41.ssm_conv1d.weight
769: 64 | 64, 1, 1, 1 | F32 | blk.41.ssm_dt.bias
770: 128 | 128, 1, 1, 1 | F32 | blk.41.ssm_norm.weight
771: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.41.ssm_out.weight
772: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.42.attn_gate.weight
773: 3072 | 3072, 1, 1, 1 | F32 | blk.42.attn_norm.weight
774: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.42.attn_qkv.weight
775: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.42.ffn_down_exps.weight
776: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.42.ffn_down_shexp.weight
777: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.42.ffn_gate_exps.weight
778: 786432 | 3072, 256, 1, 1 | F32 | blk.42.ffn_gate_inp.weight
779: 3072 | 3072, 1, 1, 1 | F32 | blk.42.ffn_gate_inp_shexp.weight
780: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.42.ffn_gate_shexp.weight
781: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.42.ffn_up_exps.weight
782: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.42.ffn_up_shexp.weight
783: 3072 | 3072, 1, 1, 1 | F32 | blk.42.post_attention_norm.weight
784: 64 | 64, 1, 1, 1 | F32 | blk.42.ssm_a
785: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.42.ssm_alpha.weight
786: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.42.ssm_beta.weight
787: 49152 | 4, 12288, 1, 1 | F32 | blk.42.ssm_conv1d.weight
788: 64 | 64, 1, 1, 1 | F32 | blk.42.ssm_dt.bias
789: 128 | 128, 1, 1, 1 | F32 | blk.42.ssm_norm.weight
790: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.42.ssm_out.weight
791: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.43.attn_k.weight
792: 256 | 256, 1, 1, 1 | F32 | blk.43.attn_k_norm.weight
793: 3072 | 3072, 1, 1, 1 | F32 | blk.43.attn_norm.weight
794: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.43.attn_output.weight
795: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.43.attn_q.weight
796: 256 | 256, 1, 1, 1 | F32 | blk.43.attn_q_norm.weight
797: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.43.attn_v.weight
798: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.43.ffn_down_exps.weight
799: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.43.ffn_down_shexp.weight
800: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.43.ffn_gate_exps.weight
801: 786432 | 3072, 256, 1, 1 | F32 | blk.43.ffn_gate_inp.weight
802: 3072 | 3072, 1, 1, 1 | F32 | blk.43.ffn_gate_inp_shexp.weight
803: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.43.ffn_gate_shexp.weight
804: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.43.ffn_up_exps.weight
805: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.43.ffn_up_shexp.weight
806: 3072 | 3072, 1, 1, 1 | F32 | blk.43.post_attention_norm.weight
807: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.44.attn_gate.weight
808: 3072 | 3072, 1, 1, 1 | F32 | blk.44.attn_norm.weight
809: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.44.attn_qkv.weight
810: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.44.ffn_down_exps.weight
811: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.44.ffn_down_shexp.weight
812: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.44.ffn_gate_exps.weight
813: 786432 | 3072, 256, 1, 1 | F32 | blk.44.ffn_gate_inp.weight
814: 3072 | 3072, 1, 1, 1 | F32 | blk.44.ffn_gate_inp_shexp.weight
815: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.44.ffn_gate_shexp.weight
816: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.44.ffn_up_exps.weight
817: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.44.ffn_up_shexp.weight
818: 3072 | 3072, 1, 1, 1 | F32 | blk.44.post_attention_norm.weight
819: 64 | 64, 1, 1, 1 | F32 | blk.44.ssm_a
820: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.44.ssm_alpha.weight
821: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.44.ssm_beta.weight
822: 49152 | 4, 12288, 1, 1 | F32 | blk.44.ssm_conv1d.weight
823: 64 | 64, 1, 1, 1 | F32 | blk.44.ssm_dt.bias
824: 128 | 128, 1, 1, 1 | F32 | blk.44.ssm_norm.weight
825: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.44.ssm_out.weight
826: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.45.attn_gate.weight
827: 3072 | 3072, 1, 1, 1 | F32 | blk.45.attn_norm.weight
828: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.45.attn_qkv.weight
829: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.45.ffn_down_exps.weight
830: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.45.ffn_down_shexp.weight
831: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.45.ffn_gate_exps.weight
832: 786432 | 3072, 256, 1, 1 | F32 | blk.45.ffn_gate_inp.weight
833: 3072 | 3072, 1, 1, 1 | F32 | blk.45.ffn_gate_inp_shexp.weight
834: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.45.ffn_gate_shexp.weight
835: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.45.ffn_up_exps.weight
836: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.45.ffn_up_shexp.weight
837: 3072 | 3072, 1, 1, 1 | F32 | blk.45.post_attention_norm.weight
838: 64 | 64, 1, 1, 1 | F32 | blk.45.ssm_a
839: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.45.ssm_alpha.weight
840: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.45.ssm_beta.weight
841: 49152 | 4, 12288, 1, 1 | F32 | blk.45.ssm_conv1d.weight
842: 64 | 64, 1, 1, 1 | F32 | blk.45.ssm_dt.bias
843: 128 | 128, 1, 1, 1 | F32 | blk.45.ssm_norm.weight
844: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.45.ssm_out.weight
845: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.46.attn_gate.weight
846: 3072 | 3072, 1, 1, 1 | F32 | blk.46.attn_norm.weight
847: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.46.attn_qkv.weight
848: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.46.ffn_down_exps.weight
849: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.46.ffn_down_shexp.weight
850: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.46.ffn_gate_exps.weight
851: 786432 | 3072, 256, 1, 1 | F32 | blk.46.ffn_gate_inp.weight
852: 3072 | 3072, 1, 1, 1 | F32 | blk.46.ffn_gate_inp_shexp.weight
853: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.46.ffn_gate_shexp.weight
854: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.46.ffn_up_exps.weight
855: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.46.ffn_up_shexp.weight
856: 3072 | 3072, 1, 1, 1 | F32 | blk.46.post_attention_norm.weight
857: 64 | 64, 1, 1, 1 | F32 | blk.46.ssm_a
858: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.46.ssm_alpha.weight
859: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.46.ssm_beta.weight
860: 49152 | 4, 12288, 1, 1 | F32 | blk.46.ssm_conv1d.weight
861: 64 | 64, 1, 1, 1 | F32 | blk.46.ssm_dt.bias
862: 128 | 128, 1, 1, 1 | F32 | blk.46.ssm_norm.weight
863: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.46.ssm_out.weight
864: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.47.attn_k.weight
865: 256 | 256, 1, 1, 1 | F32 | blk.47.attn_k_norm.weight
866: 3072 | 3072, 1, 1, 1 | F32 | blk.47.attn_norm.weight
867: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.47.attn_output.weight
868: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.47.attn_q.weight
869: 256 | 256, 1, 1, 1 | F32 | blk.47.attn_q_norm.weight
870: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.47.attn_v.weight
871: 805306368 | 1024, 3072, 256, 1 | Q6_K | blk.47.ffn_down_exps.weight
872: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.47.ffn_down_shexp.weight
873: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.47.ffn_gate_exps.weight
874: 786432 | 3072, 256, 1, 1 | F32 | blk.47.ffn_gate_inp.weight
875: 3072 | 3072, 1, 1, 1 | F32 | blk.47.ffn_gate_inp_shexp.weight
876: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.47.ffn_gate_shexp.weight
877: 805306368 | 3072, 1024, 256, 1 | Q6_K | blk.47.ffn_up_exps.weight
878: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.47.ffn_up_shexp.weight
879: 3072 | 3072, 1, 1, 1 | F32 | blk.47.post_attention_norm.weight
880: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.48.attn_k.weight
881: 256 | 256, 1, 1, 1 | F32 | blk.48.attn_k_norm.weight
882: 3072 | 3072, 1, 1, 1 | F32 | blk.48.attn_norm.weight
883: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.48.attn_output.weight
884: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.48.attn_q.weight
885: 256 | 256, 1, 1, 1 | F32 | blk.48.attn_q_norm.weight
886: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.48.attn_v.weight
887: 805306368 | 1024, 3072, 256, 1 | Q8_0 | blk.48.ffn_down_exps.weight
888: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.48.ffn_down_shexp.weight
889: 805306368 | 3072, 1024, 256, 1 | Q8_0 | blk.48.ffn_gate_exps.weight
890: 786432 | 3072, 256, 1, 1 | F32 | blk.48.ffn_gate_inp.weight
891: 3072 | 3072, 1, 1, 1 | F32 | blk.48.ffn_gate_inp_shexp.weight
892: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.48.ffn_gate_shexp.weight
893: 805306368 | 3072, 1024, 256, 1 | Q8_0 | blk.48.ffn_up_exps.weight
894: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.48.ffn_up_shexp.weight
895: 18874368 | 6144, 3072, 1, 1 | Q8_0 | blk.48.nextn.eh_proj.weight
896: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.enorm.weight
897: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.hnorm.weight
898: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.shared_head_norm.weight
899: 3072 | 3072, 1, 1, 1 | F32 | blk.48.post_attention_norm.weight
(blk.48 is grafted MTP)
MQ58 (Mixed Quant Q5_K - Q8_0)
llama-quantize params and gguf-dump
--tensor-type "attn_output\.weight=q8_0"
--tensor-type "output\.weight=q8_0"
--tensor-type "token_embd\.weight=q8_0"
--tensor-type "blk\.48\.ffn_down_exps\.weight=q5_k"
--tensor-type "blk\.48\.ffn_gate_exps\.weight=q5_k"
--tensor-type "blk\.48\.ffn_up_exps\.weight=q5_k"
--tensor-type ".*ffn_down_exps\.weight=q5_k"
--tensor-type ".*ffn_gate_exps\.weight=q5_k"
--tensor-type ".*ffn_up_exps\.weight=q5_k"
Q8_0
1: UINT32 | 1 | GGUF.version = 3
2: UINT64 | 1 | GGUF.tensor_count = 899
3: UINT64 | 1 | GGUF.kv_count = 47
4: STRING | 1 | general.architecture = 'qwen35moe'
5: STRING | 1 | general.type = 'model'
6: INT32 | 1 | general.sampling.top_k = 20
7: FLOAT32 | 1 | general.sampling.top_p = 0.949999988079071
8: FLOAT32 | 1 | general.sampling.temp = 0.6000000238418579
9: STRING | 1 | general.size_label = '256x6.6B'
10: UINT32 | 1 | general.base_model.count = 1
11: STRING | 1 | general.base_model.0.name = 'Qwen3.5 122B A10B'
12: STRING | 1 | general.base_model.0.organization = 'Qwen'
13: STRING | 1 | general.base_model.0.repo_url = 'https://huggingface.co/Qwen/Qwen3.5-122B-A10B'
14: [STRING] | 5 | general.tags = ['abliterix', 'uncensored', 'decensored', 'abliterated', 'text-generation']
15: UINT32 | 1 | qwen35moe.context_length = 262144
16: UINT32 | 1 | qwen35moe.embedding_length = 3072
17: UINT32 | 1 | qwen35moe.attention.head_count = 32
18: UINT32 | 1 | qwen35moe.attention.head_count_kv = 2
19: [INT32] | 4 | qwen35moe.rope.dimension_sections = [11, 11, 10, 0]
20: FLOAT32 | 1 | qwen35moe.rope.freq_base = 10000000.0
21: FLOAT32 | 1 | qwen35moe.attention.layer_norm_rms_epsilon = 9.999999974752427e-07
22: UINT32 | 1 | qwen35moe.expert_count = 256
23: UINT32 | 1 | qwen35moe.expert_used_count = 8
24: UINT32 | 1 | qwen35moe.attention.key_length = 256
25: UINT32 | 1 | qwen35moe.attention.value_length = 256
26: UINT32 | 1 | qwen35moe.expert_feed_forward_length = 1024
27: UINT32 | 1 | qwen35moe.expert_shared_feed_forward_length = 1024
28: UINT32 | 1 | qwen35moe.ssm.conv_kernel = 4
29: UINT32 | 1 | qwen35moe.ssm.state_size = 128
30: UINT32 | 1 | qwen35moe.ssm.group_count = 16
31: UINT32 | 1 | qwen35moe.ssm.time_step_rank = 64
32: UINT32 | 1 | qwen35moe.ssm.inner_size = 8192
33: UINT32 | 1 | qwen35moe.full_attention_interval = 4
34: UINT32 | 1 | qwen35moe.rope.dimension_count = 64
35: STRING | 1 | tokenizer.ggml.model = 'gpt2'
36: STRING | 1 | tokenizer.ggml.pre = 'qwen35'
37: [STRING] | 248320 | tokenizer.ggml.tokens = ['!', '"', '#', '$', '%', '&', ...]
38: [INT32] | 248320 | tokenizer.ggml.token_type = [1, 1, 1, 1, 1, 1, ...]
39: [STRING] | 247587 | tokenizer.ggml.merges = ['Ġ Ġ', 'ĠĠ ĠĠ', 'i n', 'Ġ t', 'ĠĠĠĠ ĠĠĠĠ', 'e r', ...]
40: UINT32 | 1 | tokenizer.ggml.eos_token_id = 248046
41: UINT32 | 1 | tokenizer.ggml.padding_token_id = 248044
42: STRING | 1 | tokenizer.chat_template = '{%- set image_count = namespace(value=0) %}\n{%- set video...'
43: UINT32 | 1 | qwen35moe.block_count = 49
44: UINT32 | 1 | qwen35moe.nextn_predict_layers = 1
45: STRING | 1 | general.license = 'apache-2.0'
46: STRING | 1 | general.license.link = 'https://huggingface.co/Qwen/Qwen3.5-122B-A10B/blob/main/L...'
47: BOOL | 1 | tokenizer.ggml.add_bos_token = False
48: STRING | 1 | general.name = 'Qwen3.5 122B A10B Abliterix MTP'
49: UINT32 | 1 | general.quantization_version = 2
50: UINT32 | 1 | general.file_type = 7
1: 762839040 | 3072, 248320, 1, 1 | Q8_0 | output.weight
2: 3072 | 3072, 1, 1, 1 | F32 | output_norm.weight
3: 762839040 | 3072, 248320, 1, 1 | Q8_0 | token_embd.weight
4: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.0.attn_gate.weight
5: 3072 | 3072, 1, 1, 1 | F32 | blk.0.attn_norm.weight
6: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.0.attn_qkv.weight
7: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.0.ffn_down_exps.weight
8: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.0.ffn_down_shexp.weight
9: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.0.ffn_gate_exps.weight
10: 786432 | 3072, 256, 1, 1 | F32 | blk.0.ffn_gate_inp.weight
11: 3072 | 3072, 1, 1, 1 | F32 | blk.0.ffn_gate_inp_shexp.weight
12: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.0.ffn_gate_shexp.weight
13: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.0.ffn_up_exps.weight
14: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.0.ffn_up_shexp.weight
15: 3072 | 3072, 1, 1, 1 | F32 | blk.0.post_attention_norm.weight
16: 64 | 64, 1, 1, 1 | F32 | blk.0.ssm_a
17: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.0.ssm_alpha.weight
18: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.0.ssm_beta.weight
19: 49152 | 4, 12288, 1, 1 | F32 | blk.0.ssm_conv1d.weight
20: 64 | 64, 1, 1, 1 | F32 | blk.0.ssm_dt.bias
21: 128 | 128, 1, 1, 1 | F32 | blk.0.ssm_norm.weight
22: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.0.ssm_out.weight
23: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.1.attn_gate.weight
24: 3072 | 3072, 1, 1, 1 | F32 | blk.1.attn_norm.weight
25: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.1.attn_qkv.weight
26: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.1.ffn_down_exps.weight
27: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.1.ffn_down_shexp.weight
28: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.1.ffn_gate_exps.weight
29: 786432 | 3072, 256, 1, 1 | F32 | blk.1.ffn_gate_inp.weight
30: 3072 | 3072, 1, 1, 1 | F32 | blk.1.ffn_gate_inp_shexp.weight
31: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.1.ffn_gate_shexp.weight
32: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.1.ffn_up_exps.weight
33: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.1.ffn_up_shexp.weight
34: 3072 | 3072, 1, 1, 1 | F32 | blk.1.post_attention_norm.weight
35: 64 | 64, 1, 1, 1 | F32 | blk.1.ssm_a
36: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.1.ssm_alpha.weight
37: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.1.ssm_beta.weight
38: 49152 | 4, 12288, 1, 1 | F32 | blk.1.ssm_conv1d.weight
39: 64 | 64, 1, 1, 1 | F32 | blk.1.ssm_dt.bias
40: 128 | 128, 1, 1, 1 | F32 | blk.1.ssm_norm.weight
41: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.1.ssm_out.weight
42: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.2.attn_gate.weight
43: 3072 | 3072, 1, 1, 1 | F32 | blk.2.attn_norm.weight
44: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.2.attn_qkv.weight
45: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.2.ffn_down_exps.weight
46: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.2.ffn_down_shexp.weight
47: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.2.ffn_gate_exps.weight
48: 786432 | 3072, 256, 1, 1 | F32 | blk.2.ffn_gate_inp.weight
49: 3072 | 3072, 1, 1, 1 | F32 | blk.2.ffn_gate_inp_shexp.weight
50: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.2.ffn_gate_shexp.weight
51: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.2.ffn_up_exps.weight
52: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.2.ffn_up_shexp.weight
53: 3072 | 3072, 1, 1, 1 | F32 | blk.2.post_attention_norm.weight
54: 64 | 64, 1, 1, 1 | F32 | blk.2.ssm_a
55: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.2.ssm_alpha.weight
56: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.2.ssm_beta.weight
57: 49152 | 4, 12288, 1, 1 | F32 | blk.2.ssm_conv1d.weight
58: 64 | 64, 1, 1, 1 | F32 | blk.2.ssm_dt.bias
59: 128 | 128, 1, 1, 1 | F32 | blk.2.ssm_norm.weight
60: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.2.ssm_out.weight
61: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.3.attn_k.weight
62: 256 | 256, 1, 1, 1 | F32 | blk.3.attn_k_norm.weight
63: 3072 | 3072, 1, 1, 1 | F32 | blk.3.attn_norm.weight
64: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.3.attn_output.weight
65: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.3.attn_q.weight
66: 256 | 256, 1, 1, 1 | F32 | blk.3.attn_q_norm.weight
67: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.3.attn_v.weight
68: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.3.ffn_down_exps.weight
69: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.3.ffn_down_shexp.weight
70: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.3.ffn_gate_exps.weight
71: 786432 | 3072, 256, 1, 1 | F32 | blk.3.ffn_gate_inp.weight
72: 3072 | 3072, 1, 1, 1 | F32 | blk.3.ffn_gate_inp_shexp.weight
73: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.3.ffn_gate_shexp.weight
74: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.3.ffn_up_exps.weight
75: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.3.ffn_up_shexp.weight
76: 3072 | 3072, 1, 1, 1 | F32 | blk.3.post_attention_norm.weight
77: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.4.attn_gate.weight
78: 3072 | 3072, 1, 1, 1 | F32 | blk.4.attn_norm.weight
79: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.4.attn_qkv.weight
80: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.4.ffn_down_exps.weight
81: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.4.ffn_down_shexp.weight
82: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.4.ffn_gate_exps.weight
83: 786432 | 3072, 256, 1, 1 | F32 | blk.4.ffn_gate_inp.weight
84: 3072 | 3072, 1, 1, 1 | F32 | blk.4.ffn_gate_inp_shexp.weight
85: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.4.ffn_gate_shexp.weight
86: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.4.ffn_up_exps.weight
87: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.4.ffn_up_shexp.weight
88: 3072 | 3072, 1, 1, 1 | F32 | blk.4.post_attention_norm.weight
89: 64 | 64, 1, 1, 1 | F32 | blk.4.ssm_a
90: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.4.ssm_alpha.weight
91: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.4.ssm_beta.weight
92: 49152 | 4, 12288, 1, 1 | F32 | blk.4.ssm_conv1d.weight
93: 64 | 64, 1, 1, 1 | F32 | blk.4.ssm_dt.bias
94: 128 | 128, 1, 1, 1 | F32 | blk.4.ssm_norm.weight
95: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.4.ssm_out.weight
96: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.5.attn_gate.weight
97: 3072 | 3072, 1, 1, 1 | F32 | blk.5.attn_norm.weight
98: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.5.attn_qkv.weight
99: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.5.ffn_down_exps.weight
100: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.5.ffn_down_shexp.weight
101: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.5.ffn_gate_exps.weight
102: 786432 | 3072, 256, 1, 1 | F32 | blk.5.ffn_gate_inp.weight
103: 3072 | 3072, 1, 1, 1 | F32 | blk.5.ffn_gate_inp_shexp.weight
104: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.5.ffn_gate_shexp.weight
105: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.5.ffn_up_exps.weight
106: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.5.ffn_up_shexp.weight
107: 3072 | 3072, 1, 1, 1 | F32 | blk.5.post_attention_norm.weight
108: 64 | 64, 1, 1, 1 | F32 | blk.5.ssm_a
109: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.5.ssm_alpha.weight
110: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.5.ssm_beta.weight
111: 49152 | 4, 12288, 1, 1 | F32 | blk.5.ssm_conv1d.weight
112: 64 | 64, 1, 1, 1 | F32 | blk.5.ssm_dt.bias
113: 128 | 128, 1, 1, 1 | F32 | blk.5.ssm_norm.weight
114: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.5.ssm_out.weight
115: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.6.attn_gate.weight
116: 3072 | 3072, 1, 1, 1 | F32 | blk.6.attn_norm.weight
117: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.6.attn_qkv.weight
118: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.6.ffn_down_exps.weight
119: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.6.ffn_down_shexp.weight
120: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.6.ffn_gate_exps.weight
121: 786432 | 3072, 256, 1, 1 | F32 | blk.6.ffn_gate_inp.weight
122: 3072 | 3072, 1, 1, 1 | F32 | blk.6.ffn_gate_inp_shexp.weight
123: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.6.ffn_gate_shexp.weight
124: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.6.ffn_up_exps.weight
125: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.6.ffn_up_shexp.weight
126: 3072 | 3072, 1, 1, 1 | F32 | blk.6.post_attention_norm.weight
127: 64 | 64, 1, 1, 1 | F32 | blk.6.ssm_a
128: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.6.ssm_alpha.weight
129: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.6.ssm_beta.weight
130: 49152 | 4, 12288, 1, 1 | F32 | blk.6.ssm_conv1d.weight
131: 64 | 64, 1, 1, 1 | F32 | blk.6.ssm_dt.bias
132: 128 | 128, 1, 1, 1 | F32 | blk.6.ssm_norm.weight
133: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.6.ssm_out.weight
134: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.7.attn_k.weight
135: 256 | 256, 1, 1, 1 | F32 | blk.7.attn_k_norm.weight
136: 3072 | 3072, 1, 1, 1 | F32 | blk.7.attn_norm.weight
137: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.7.attn_output.weight
138: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.7.attn_q.weight
139: 256 | 256, 1, 1, 1 | F32 | blk.7.attn_q_norm.weight
140: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.7.attn_v.weight
141: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.7.ffn_down_exps.weight
142: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.7.ffn_down_shexp.weight
143: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.7.ffn_gate_exps.weight
144: 786432 | 3072, 256, 1, 1 | F32 | blk.7.ffn_gate_inp.weight
145: 3072 | 3072, 1, 1, 1 | F32 | blk.7.ffn_gate_inp_shexp.weight
146: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.7.ffn_gate_shexp.weight
147: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.7.ffn_up_exps.weight
148: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.7.ffn_up_shexp.weight
149: 3072 | 3072, 1, 1, 1 | F32 | blk.7.post_attention_norm.weight
150: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.8.attn_gate.weight
151: 3072 | 3072, 1, 1, 1 | F32 | blk.8.attn_norm.weight
152: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.8.attn_qkv.weight
153: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.8.ffn_down_exps.weight
154: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.8.ffn_down_shexp.weight
155: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.8.ffn_gate_exps.weight
156: 786432 | 3072, 256, 1, 1 | F32 | blk.8.ffn_gate_inp.weight
157: 3072 | 3072, 1, 1, 1 | F32 | blk.8.ffn_gate_inp_shexp.weight
158: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.8.ffn_gate_shexp.weight
159: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.8.ffn_up_exps.weight
160: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.8.ffn_up_shexp.weight
161: 3072 | 3072, 1, 1, 1 | F32 | blk.8.post_attention_norm.weight
162: 64 | 64, 1, 1, 1 | F32 | blk.8.ssm_a
163: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.8.ssm_alpha.weight
164: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.8.ssm_beta.weight
165: 49152 | 4, 12288, 1, 1 | F32 | blk.8.ssm_conv1d.weight
166: 64 | 64, 1, 1, 1 | F32 | blk.8.ssm_dt.bias
167: 128 | 128, 1, 1, 1 | F32 | blk.8.ssm_norm.weight
168: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.8.ssm_out.weight
169: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.9.attn_gate.weight
170: 3072 | 3072, 1, 1, 1 | F32 | blk.9.attn_norm.weight
171: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.9.attn_qkv.weight
172: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.9.ffn_down_exps.weight
173: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.9.ffn_down_shexp.weight
174: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.9.ffn_gate_exps.weight
175: 786432 | 3072, 256, 1, 1 | F32 | blk.9.ffn_gate_inp.weight
176: 3072 | 3072, 1, 1, 1 | F32 | blk.9.ffn_gate_inp_shexp.weight
177: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.9.ffn_gate_shexp.weight
178: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.9.ffn_up_exps.weight
179: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.9.ffn_up_shexp.weight
180: 3072 | 3072, 1, 1, 1 | F32 | blk.9.post_attention_norm.weight
181: 64 | 64, 1, 1, 1 | F32 | blk.9.ssm_a
182: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.9.ssm_alpha.weight
183: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.9.ssm_beta.weight
184: 49152 | 4, 12288, 1, 1 | F32 | blk.9.ssm_conv1d.weight
185: 64 | 64, 1, 1, 1 | F32 | blk.9.ssm_dt.bias
186: 128 | 128, 1, 1, 1 | F32 | blk.9.ssm_norm.weight
187: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.9.ssm_out.weight
188: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.10.attn_gate.weight
189: 3072 | 3072, 1, 1, 1 | F32 | blk.10.attn_norm.weight
190: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.10.attn_qkv.weight
191: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.10.ffn_down_exps.weight
192: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.10.ffn_down_shexp.weight
193: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.10.ffn_gate_exps.weight
194: 786432 | 3072, 256, 1, 1 | F32 | blk.10.ffn_gate_inp.weight
195: 3072 | 3072, 1, 1, 1 | F32 | blk.10.ffn_gate_inp_shexp.weight
196: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.10.ffn_gate_shexp.weight
197: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.10.ffn_up_exps.weight
198: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.10.ffn_up_shexp.weight
199: 3072 | 3072, 1, 1, 1 | F32 | blk.10.post_attention_norm.weight
200: 64 | 64, 1, 1, 1 | F32 | blk.10.ssm_a
201: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.10.ssm_alpha.weight
202: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.10.ssm_beta.weight
203: 49152 | 4, 12288, 1, 1 | F32 | blk.10.ssm_conv1d.weight
204: 64 | 64, 1, 1, 1 | F32 | blk.10.ssm_dt.bias
205: 128 | 128, 1, 1, 1 | F32 | blk.10.ssm_norm.weight
206: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.10.ssm_out.weight
207: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.11.attn_k.weight
208: 256 | 256, 1, 1, 1 | F32 | blk.11.attn_k_norm.weight
209: 3072 | 3072, 1, 1, 1 | F32 | blk.11.attn_norm.weight
210: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.11.attn_output.weight
211: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.11.attn_q.weight
212: 256 | 256, 1, 1, 1 | F32 | blk.11.attn_q_norm.weight
213: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.11.attn_v.weight
214: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.11.ffn_down_exps.weight
215: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.11.ffn_down_shexp.weight
216: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.11.ffn_gate_exps.weight
217: 786432 | 3072, 256, 1, 1 | F32 | blk.11.ffn_gate_inp.weight
218: 3072 | 3072, 1, 1, 1 | F32 | blk.11.ffn_gate_inp_shexp.weight
219: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.11.ffn_gate_shexp.weight
220: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.11.ffn_up_exps.weight
221: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.11.ffn_up_shexp.weight
222: 3072 | 3072, 1, 1, 1 | F32 | blk.11.post_attention_norm.weight
223: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.12.attn_gate.weight
224: 3072 | 3072, 1, 1, 1 | F32 | blk.12.attn_norm.weight
225: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.12.attn_qkv.weight
226: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.12.ffn_down_exps.weight
227: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.12.ffn_down_shexp.weight
228: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.12.ffn_gate_exps.weight
229: 786432 | 3072, 256, 1, 1 | F32 | blk.12.ffn_gate_inp.weight
230: 3072 | 3072, 1, 1, 1 | F32 | blk.12.ffn_gate_inp_shexp.weight
231: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.12.ffn_gate_shexp.weight
232: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.12.ffn_up_exps.weight
233: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.12.ffn_up_shexp.weight
234: 3072 | 3072, 1, 1, 1 | F32 | blk.12.post_attention_norm.weight
235: 64 | 64, 1, 1, 1 | F32 | blk.12.ssm_a
236: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.12.ssm_alpha.weight
237: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.12.ssm_beta.weight
238: 49152 | 4, 12288, 1, 1 | F32 | blk.12.ssm_conv1d.weight
239: 64 | 64, 1, 1, 1 | F32 | blk.12.ssm_dt.bias
240: 128 | 128, 1, 1, 1 | F32 | blk.12.ssm_norm.weight
241: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.12.ssm_out.weight
242: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.13.attn_gate.weight
243: 3072 | 3072, 1, 1, 1 | F32 | blk.13.attn_norm.weight
244: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.13.attn_qkv.weight
245: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.13.ffn_down_exps.weight
246: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.13.ffn_down_shexp.weight
247: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.13.ffn_gate_exps.weight
248: 786432 | 3072, 256, 1, 1 | F32 | blk.13.ffn_gate_inp.weight
249: 3072 | 3072, 1, 1, 1 | F32 | blk.13.ffn_gate_inp_shexp.weight
250: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.13.ffn_gate_shexp.weight
251: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.13.ffn_up_exps.weight
252: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.13.ffn_up_shexp.weight
253: 3072 | 3072, 1, 1, 1 | F32 | blk.13.post_attention_norm.weight
254: 64 | 64, 1, 1, 1 | F32 | blk.13.ssm_a
255: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.13.ssm_alpha.weight
256: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.13.ssm_beta.weight
257: 49152 | 4, 12288, 1, 1 | F32 | blk.13.ssm_conv1d.weight
258: 64 | 64, 1, 1, 1 | F32 | blk.13.ssm_dt.bias
259: 128 | 128, 1, 1, 1 | F32 | blk.13.ssm_norm.weight
260: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.13.ssm_out.weight
261: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.14.attn_gate.weight
262: 3072 | 3072, 1, 1, 1 | F32 | blk.14.attn_norm.weight
263: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.14.attn_qkv.weight
264: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.14.ffn_down_exps.weight
265: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.14.ffn_down_shexp.weight
266: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.14.ffn_gate_exps.weight
267: 786432 | 3072, 256, 1, 1 | F32 | blk.14.ffn_gate_inp.weight
268: 3072 | 3072, 1, 1, 1 | F32 | blk.14.ffn_gate_inp_shexp.weight
269: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.14.ffn_gate_shexp.weight
270: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.14.ffn_up_exps.weight
271: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.14.ffn_up_shexp.weight
272: 3072 | 3072, 1, 1, 1 | F32 | blk.14.post_attention_norm.weight
273: 64 | 64, 1, 1, 1 | F32 | blk.14.ssm_a
274: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.14.ssm_alpha.weight
275: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.14.ssm_beta.weight
276: 49152 | 4, 12288, 1, 1 | F32 | blk.14.ssm_conv1d.weight
277: 64 | 64, 1, 1, 1 | F32 | blk.14.ssm_dt.bias
278: 128 | 128, 1, 1, 1 | F32 | blk.14.ssm_norm.weight
279: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.14.ssm_out.weight
280: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.15.attn_k.weight
281: 256 | 256, 1, 1, 1 | F32 | blk.15.attn_k_norm.weight
282: 3072 | 3072, 1, 1, 1 | F32 | blk.15.attn_norm.weight
283: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.15.attn_output.weight
284: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.15.attn_q.weight
285: 256 | 256, 1, 1, 1 | F32 | blk.15.attn_q_norm.weight
286: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.15.attn_v.weight
287: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.15.ffn_down_exps.weight
288: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.15.ffn_down_shexp.weight
289: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.15.ffn_gate_exps.weight
290: 786432 | 3072, 256, 1, 1 | F32 | blk.15.ffn_gate_inp.weight
291: 3072 | 3072, 1, 1, 1 | F32 | blk.15.ffn_gate_inp_shexp.weight
292: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.15.ffn_gate_shexp.weight
293: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.15.ffn_up_exps.weight
294: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.15.ffn_up_shexp.weight
295: 3072 | 3072, 1, 1, 1 | F32 | blk.15.post_attention_norm.weight
296: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.16.attn_gate.weight
297: 3072 | 3072, 1, 1, 1 | F32 | blk.16.attn_norm.weight
298: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.16.attn_qkv.weight
299: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.16.ffn_down_exps.weight
300: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.16.ffn_down_shexp.weight
301: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.16.ffn_gate_exps.weight
302: 786432 | 3072, 256, 1, 1 | F32 | blk.16.ffn_gate_inp.weight
303: 3072 | 3072, 1, 1, 1 | F32 | blk.16.ffn_gate_inp_shexp.weight
304: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.16.ffn_gate_shexp.weight
305: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.16.ffn_up_exps.weight
306: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.16.ffn_up_shexp.weight
307: 3072 | 3072, 1, 1, 1 | F32 | blk.16.post_attention_norm.weight
308: 64 | 64, 1, 1, 1 | F32 | blk.16.ssm_a
309: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.16.ssm_alpha.weight
310: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.16.ssm_beta.weight
311: 49152 | 4, 12288, 1, 1 | F32 | blk.16.ssm_conv1d.weight
312: 64 | 64, 1, 1, 1 | F32 | blk.16.ssm_dt.bias
313: 128 | 128, 1, 1, 1 | F32 | blk.16.ssm_norm.weight
314: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.16.ssm_out.weight
315: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.17.attn_gate.weight
316: 3072 | 3072, 1, 1, 1 | F32 | blk.17.attn_norm.weight
317: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.17.attn_qkv.weight
318: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.17.ffn_down_exps.weight
319: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.17.ffn_down_shexp.weight
320: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.17.ffn_gate_exps.weight
321: 786432 | 3072, 256, 1, 1 | F32 | blk.17.ffn_gate_inp.weight
322: 3072 | 3072, 1, 1, 1 | F32 | blk.17.ffn_gate_inp_shexp.weight
323: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.17.ffn_gate_shexp.weight
324: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.17.ffn_up_exps.weight
325: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.17.ffn_up_shexp.weight
326: 3072 | 3072, 1, 1, 1 | F32 | blk.17.post_attention_norm.weight
327: 64 | 64, 1, 1, 1 | F32 | blk.17.ssm_a
328: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.17.ssm_alpha.weight
329: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.17.ssm_beta.weight
330: 49152 | 4, 12288, 1, 1 | F32 | blk.17.ssm_conv1d.weight
331: 64 | 64, 1, 1, 1 | F32 | blk.17.ssm_dt.bias
332: 128 | 128, 1, 1, 1 | F32 | blk.17.ssm_norm.weight
333: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.17.ssm_out.weight
334: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.18.attn_gate.weight
335: 3072 | 3072, 1, 1, 1 | F32 | blk.18.attn_norm.weight
336: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.18.attn_qkv.weight
337: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.18.ffn_down_exps.weight
338: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.18.ffn_down_shexp.weight
339: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.18.ffn_gate_exps.weight
340: 786432 | 3072, 256, 1, 1 | F32 | blk.18.ffn_gate_inp.weight
341: 3072 | 3072, 1, 1, 1 | F32 | blk.18.ffn_gate_inp_shexp.weight
342: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.18.ffn_gate_shexp.weight
343: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.18.ffn_up_exps.weight
344: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.18.ffn_up_shexp.weight
345: 3072 | 3072, 1, 1, 1 | F32 | blk.18.post_attention_norm.weight
346: 64 | 64, 1, 1, 1 | F32 | blk.18.ssm_a
347: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.18.ssm_alpha.weight
348: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.18.ssm_beta.weight
349: 49152 | 4, 12288, 1, 1 | F32 | blk.18.ssm_conv1d.weight
350: 64 | 64, 1, 1, 1 | F32 | blk.18.ssm_dt.bias
351: 128 | 128, 1, 1, 1 | F32 | blk.18.ssm_norm.weight
352: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.18.ssm_out.weight
353: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.19.attn_k.weight
354: 256 | 256, 1, 1, 1 | F32 | blk.19.attn_k_norm.weight
355: 3072 | 3072, 1, 1, 1 | F32 | blk.19.attn_norm.weight
356: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.19.attn_output.weight
357: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.19.attn_q.weight
358: 256 | 256, 1, 1, 1 | F32 | blk.19.attn_q_norm.weight
359: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.19.attn_v.weight
360: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.19.ffn_down_exps.weight
361: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.19.ffn_down_shexp.weight
362: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.19.ffn_gate_exps.weight
363: 786432 | 3072, 256, 1, 1 | F32 | blk.19.ffn_gate_inp.weight
364: 3072 | 3072, 1, 1, 1 | F32 | blk.19.ffn_gate_inp_shexp.weight
365: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.19.ffn_gate_shexp.weight
366: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.19.ffn_up_exps.weight
367: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.19.ffn_up_shexp.weight
368: 3072 | 3072, 1, 1, 1 | F32 | blk.19.post_attention_norm.weight
369: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.20.attn_gate.weight
370: 3072 | 3072, 1, 1, 1 | F32 | blk.20.attn_norm.weight
371: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.20.attn_qkv.weight
372: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.20.ffn_down_exps.weight
373: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.20.ffn_down_shexp.weight
374: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.20.ffn_gate_exps.weight
375: 786432 | 3072, 256, 1, 1 | F32 | blk.20.ffn_gate_inp.weight
376: 3072 | 3072, 1, 1, 1 | F32 | blk.20.ffn_gate_inp_shexp.weight
377: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.20.ffn_gate_shexp.weight
378: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.20.ffn_up_exps.weight
379: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.20.ffn_up_shexp.weight
380: 3072 | 3072, 1, 1, 1 | F32 | blk.20.post_attention_norm.weight
381: 64 | 64, 1, 1, 1 | F32 | blk.20.ssm_a
382: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.20.ssm_alpha.weight
383: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.20.ssm_beta.weight
384: 49152 | 4, 12288, 1, 1 | F32 | blk.20.ssm_conv1d.weight
385: 64 | 64, 1, 1, 1 | F32 | blk.20.ssm_dt.bias
386: 128 | 128, 1, 1, 1 | F32 | blk.20.ssm_norm.weight
387: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.20.ssm_out.weight
388: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.21.attn_gate.weight
389: 3072 | 3072, 1, 1, 1 | F32 | blk.21.attn_norm.weight
390: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.21.attn_qkv.weight
391: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.21.ffn_down_exps.weight
392: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.21.ffn_down_shexp.weight
393: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.21.ffn_gate_exps.weight
394: 786432 | 3072, 256, 1, 1 | F32 | blk.21.ffn_gate_inp.weight
395: 3072 | 3072, 1, 1, 1 | F32 | blk.21.ffn_gate_inp_shexp.weight
396: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.21.ffn_gate_shexp.weight
397: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.21.ffn_up_exps.weight
398: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.21.ffn_up_shexp.weight
399: 3072 | 3072, 1, 1, 1 | F32 | blk.21.post_attention_norm.weight
400: 64 | 64, 1, 1, 1 | F32 | blk.21.ssm_a
401: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.21.ssm_alpha.weight
402: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.21.ssm_beta.weight
403: 49152 | 4, 12288, 1, 1 | F32 | blk.21.ssm_conv1d.weight
404: 64 | 64, 1, 1, 1 | F32 | blk.21.ssm_dt.bias
405: 128 | 128, 1, 1, 1 | F32 | blk.21.ssm_norm.weight
406: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.21.ssm_out.weight
407: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.22.attn_gate.weight
408: 3072 | 3072, 1, 1, 1 | F32 | blk.22.attn_norm.weight
409: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.22.attn_qkv.weight
410: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.22.ffn_down_exps.weight
411: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.22.ffn_down_shexp.weight
412: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.22.ffn_gate_exps.weight
413: 786432 | 3072, 256, 1, 1 | F32 | blk.22.ffn_gate_inp.weight
414: 3072 | 3072, 1, 1, 1 | F32 | blk.22.ffn_gate_inp_shexp.weight
415: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.22.ffn_gate_shexp.weight
416: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.22.ffn_up_exps.weight
417: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.22.ffn_up_shexp.weight
418: 3072 | 3072, 1, 1, 1 | F32 | blk.22.post_attention_norm.weight
419: 64 | 64, 1, 1, 1 | F32 | blk.22.ssm_a
420: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.22.ssm_alpha.weight
421: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.22.ssm_beta.weight
422: 49152 | 4, 12288, 1, 1 | F32 | blk.22.ssm_conv1d.weight
423: 64 | 64, 1, 1, 1 | F32 | blk.22.ssm_dt.bias
424: 128 | 128, 1, 1, 1 | F32 | blk.22.ssm_norm.weight
425: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.22.ssm_out.weight
426: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.23.attn_k.weight
427: 256 | 256, 1, 1, 1 | F32 | blk.23.attn_k_norm.weight
428: 3072 | 3072, 1, 1, 1 | F32 | blk.23.attn_norm.weight
429: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.23.attn_output.weight
430: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.23.attn_q.weight
431: 256 | 256, 1, 1, 1 | F32 | blk.23.attn_q_norm.weight
432: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.23.attn_v.weight
433: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.23.ffn_down_exps.weight
434: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.23.ffn_down_shexp.weight
435: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.23.ffn_gate_exps.weight
436: 786432 | 3072, 256, 1, 1 | F32 | blk.23.ffn_gate_inp.weight
437: 3072 | 3072, 1, 1, 1 | F32 | blk.23.ffn_gate_inp_shexp.weight
438: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.23.ffn_gate_shexp.weight
439: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.23.ffn_up_exps.weight
440: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.23.ffn_up_shexp.weight
441: 3072 | 3072, 1, 1, 1 | F32 | blk.23.post_attention_norm.weight
442: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.24.attn_gate.weight
443: 3072 | 3072, 1, 1, 1 | F32 | blk.24.attn_norm.weight
444: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.24.attn_qkv.weight
445: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.24.ffn_down_exps.weight
446: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.24.ffn_down_shexp.weight
447: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.24.ffn_gate_exps.weight
448: 786432 | 3072, 256, 1, 1 | F32 | blk.24.ffn_gate_inp.weight
449: 3072 | 3072, 1, 1, 1 | F32 | blk.24.ffn_gate_inp_shexp.weight
450: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.24.ffn_gate_shexp.weight
451: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.24.ffn_up_exps.weight
452: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.24.ffn_up_shexp.weight
453: 3072 | 3072, 1, 1, 1 | F32 | blk.24.post_attention_norm.weight
454: 64 | 64, 1, 1, 1 | F32 | blk.24.ssm_a
455: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.24.ssm_alpha.weight
456: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.24.ssm_beta.weight
457: 49152 | 4, 12288, 1, 1 | F32 | blk.24.ssm_conv1d.weight
458: 64 | 64, 1, 1, 1 | F32 | blk.24.ssm_dt.bias
459: 128 | 128, 1, 1, 1 | F32 | blk.24.ssm_norm.weight
460: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.24.ssm_out.weight
461: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.25.attn_gate.weight
462: 3072 | 3072, 1, 1, 1 | F32 | blk.25.attn_norm.weight
463: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.25.attn_qkv.weight
464: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.25.ffn_down_exps.weight
465: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.25.ffn_down_shexp.weight
466: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.25.ffn_gate_exps.weight
467: 786432 | 3072, 256, 1, 1 | F32 | blk.25.ffn_gate_inp.weight
468: 3072 | 3072, 1, 1, 1 | F32 | blk.25.ffn_gate_inp_shexp.weight
469: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.25.ffn_gate_shexp.weight
470: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.25.ffn_up_exps.weight
471: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.25.ffn_up_shexp.weight
472: 3072 | 3072, 1, 1, 1 | F32 | blk.25.post_attention_norm.weight
473: 64 | 64, 1, 1, 1 | F32 | blk.25.ssm_a
474: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.25.ssm_alpha.weight
475: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.25.ssm_beta.weight
476: 49152 | 4, 12288, 1, 1 | F32 | blk.25.ssm_conv1d.weight
477: 64 | 64, 1, 1, 1 | F32 | blk.25.ssm_dt.bias
478: 128 | 128, 1, 1, 1 | F32 | blk.25.ssm_norm.weight
479: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.25.ssm_out.weight
480: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.26.attn_gate.weight
481: 3072 | 3072, 1, 1, 1 | F32 | blk.26.attn_norm.weight
482: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.26.attn_qkv.weight
483: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.26.ffn_down_exps.weight
484: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.26.ffn_down_shexp.weight
485: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.26.ffn_gate_exps.weight
486: 786432 | 3072, 256, 1, 1 | F32 | blk.26.ffn_gate_inp.weight
487: 3072 | 3072, 1, 1, 1 | F32 | blk.26.ffn_gate_inp_shexp.weight
488: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.26.ffn_gate_shexp.weight
489: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.26.ffn_up_exps.weight
490: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.26.ffn_up_shexp.weight
491: 3072 | 3072, 1, 1, 1 | F32 | blk.26.post_attention_norm.weight
492: 64 | 64, 1, 1, 1 | F32 | blk.26.ssm_a
493: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.26.ssm_alpha.weight
494: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.26.ssm_beta.weight
495: 49152 | 4, 12288, 1, 1 | F32 | blk.26.ssm_conv1d.weight
496: 64 | 64, 1, 1, 1 | F32 | blk.26.ssm_dt.bias
497: 128 | 128, 1, 1, 1 | F32 | blk.26.ssm_norm.weight
498: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.26.ssm_out.weight
499: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.27.attn_k.weight
500: 256 | 256, 1, 1, 1 | F32 | blk.27.attn_k_norm.weight
501: 3072 | 3072, 1, 1, 1 | F32 | blk.27.attn_norm.weight
502: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.27.attn_output.weight
503: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.27.attn_q.weight
504: 256 | 256, 1, 1, 1 | F32 | blk.27.attn_q_norm.weight
505: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.27.attn_v.weight
506: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.27.ffn_down_exps.weight
507: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.27.ffn_down_shexp.weight
508: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.27.ffn_gate_exps.weight
509: 786432 | 3072, 256, 1, 1 | F32 | blk.27.ffn_gate_inp.weight
510: 3072 | 3072, 1, 1, 1 | F32 | blk.27.ffn_gate_inp_shexp.weight
511: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.27.ffn_gate_shexp.weight
512: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.27.ffn_up_exps.weight
513: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.27.ffn_up_shexp.weight
514: 3072 | 3072, 1, 1, 1 | F32 | blk.27.post_attention_norm.weight
515: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.28.attn_gate.weight
516: 3072 | 3072, 1, 1, 1 | F32 | blk.28.attn_norm.weight
517: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.28.attn_qkv.weight
518: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.28.ffn_down_exps.weight
519: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.28.ffn_down_shexp.weight
520: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.28.ffn_gate_exps.weight
521: 786432 | 3072, 256, 1, 1 | F32 | blk.28.ffn_gate_inp.weight
522: 3072 | 3072, 1, 1, 1 | F32 | blk.28.ffn_gate_inp_shexp.weight
523: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.28.ffn_gate_shexp.weight
524: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.28.ffn_up_exps.weight
525: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.28.ffn_up_shexp.weight
526: 3072 | 3072, 1, 1, 1 | F32 | blk.28.post_attention_norm.weight
527: 64 | 64, 1, 1, 1 | F32 | blk.28.ssm_a
528: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.28.ssm_alpha.weight
529: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.28.ssm_beta.weight
530: 49152 | 4, 12288, 1, 1 | F32 | blk.28.ssm_conv1d.weight
531: 64 | 64, 1, 1, 1 | F32 | blk.28.ssm_dt.bias
532: 128 | 128, 1, 1, 1 | F32 | blk.28.ssm_norm.weight
533: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.28.ssm_out.weight
534: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.29.attn_gate.weight
535: 3072 | 3072, 1, 1, 1 | F32 | blk.29.attn_norm.weight
536: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.29.attn_qkv.weight
537: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.29.ffn_down_exps.weight
538: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.29.ffn_down_shexp.weight
539: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.29.ffn_gate_exps.weight
540: 786432 | 3072, 256, 1, 1 | F32 | blk.29.ffn_gate_inp.weight
541: 3072 | 3072, 1, 1, 1 | F32 | blk.29.ffn_gate_inp_shexp.weight
542: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.29.ffn_gate_shexp.weight
543: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.29.ffn_up_exps.weight
544: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.29.ffn_up_shexp.weight
545: 3072 | 3072, 1, 1, 1 | F32 | blk.29.post_attention_norm.weight
546: 64 | 64, 1, 1, 1 | F32 | blk.29.ssm_a
547: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.29.ssm_alpha.weight
548: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.29.ssm_beta.weight
549: 49152 | 4, 12288, 1, 1 | F32 | blk.29.ssm_conv1d.weight
550: 64 | 64, 1, 1, 1 | F32 | blk.29.ssm_dt.bias
551: 128 | 128, 1, 1, 1 | F32 | blk.29.ssm_norm.weight
552: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.29.ssm_out.weight
553: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.30.attn_gate.weight
554: 3072 | 3072, 1, 1, 1 | F32 | blk.30.attn_norm.weight
555: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.30.attn_qkv.weight
556: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.30.ffn_down_exps.weight
557: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.30.ffn_down_shexp.weight
558: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.30.ffn_gate_exps.weight
559: 786432 | 3072, 256, 1, 1 | F32 | blk.30.ffn_gate_inp.weight
560: 3072 | 3072, 1, 1, 1 | F32 | blk.30.ffn_gate_inp_shexp.weight
561: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.30.ffn_gate_shexp.weight
562: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.30.ffn_up_exps.weight
563: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.30.ffn_up_shexp.weight
564: 3072 | 3072, 1, 1, 1 | F32 | blk.30.post_attention_norm.weight
565: 64 | 64, 1, 1, 1 | F32 | blk.30.ssm_a
566: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.30.ssm_alpha.weight
567: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.30.ssm_beta.weight
568: 49152 | 4, 12288, 1, 1 | F32 | blk.30.ssm_conv1d.weight
569: 64 | 64, 1, 1, 1 | F32 | blk.30.ssm_dt.bias
570: 128 | 128, 1, 1, 1 | F32 | blk.30.ssm_norm.weight
571: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.30.ssm_out.weight
572: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.31.attn_k.weight
573: 256 | 256, 1, 1, 1 | F32 | blk.31.attn_k_norm.weight
574: 3072 | 3072, 1, 1, 1 | F32 | blk.31.attn_norm.weight
575: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.31.attn_output.weight
576: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.31.attn_q.weight
577: 256 | 256, 1, 1, 1 | F32 | blk.31.attn_q_norm.weight
578: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.31.attn_v.weight
579: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.31.ffn_down_exps.weight
580: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.31.ffn_down_shexp.weight
581: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.31.ffn_gate_exps.weight
582: 786432 | 3072, 256, 1, 1 | F32 | blk.31.ffn_gate_inp.weight
583: 3072 | 3072, 1, 1, 1 | F32 | blk.31.ffn_gate_inp_shexp.weight
584: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.31.ffn_gate_shexp.weight
585: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.31.ffn_up_exps.weight
586: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.31.ffn_up_shexp.weight
587: 3072 | 3072, 1, 1, 1 | F32 | blk.31.post_attention_norm.weight
588: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.32.attn_gate.weight
589: 3072 | 3072, 1, 1, 1 | F32 | blk.32.attn_norm.weight
590: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.32.attn_qkv.weight
591: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.32.ffn_down_exps.weight
592: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.32.ffn_down_shexp.weight
593: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.32.ffn_gate_exps.weight
594: 786432 | 3072, 256, 1, 1 | F32 | blk.32.ffn_gate_inp.weight
595: 3072 | 3072, 1, 1, 1 | F32 | blk.32.ffn_gate_inp_shexp.weight
596: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.32.ffn_gate_shexp.weight
597: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.32.ffn_up_exps.weight
598: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.32.ffn_up_shexp.weight
599: 3072 | 3072, 1, 1, 1 | F32 | blk.32.post_attention_norm.weight
600: 64 | 64, 1, 1, 1 | F32 | blk.32.ssm_a
601: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.32.ssm_alpha.weight
602: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.32.ssm_beta.weight
603: 49152 | 4, 12288, 1, 1 | F32 | blk.32.ssm_conv1d.weight
604: 64 | 64, 1, 1, 1 | F32 | blk.32.ssm_dt.bias
605: 128 | 128, 1, 1, 1 | F32 | blk.32.ssm_norm.weight
606: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.32.ssm_out.weight
607: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.33.attn_gate.weight
608: 3072 | 3072, 1, 1, 1 | F32 | blk.33.attn_norm.weight
609: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.33.attn_qkv.weight
610: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.33.ffn_down_exps.weight
611: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.33.ffn_down_shexp.weight
612: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.33.ffn_gate_exps.weight
613: 786432 | 3072, 256, 1, 1 | F32 | blk.33.ffn_gate_inp.weight
614: 3072 | 3072, 1, 1, 1 | F32 | blk.33.ffn_gate_inp_shexp.weight
615: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.33.ffn_gate_shexp.weight
616: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.33.ffn_up_exps.weight
617: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.33.ffn_up_shexp.weight
618: 3072 | 3072, 1, 1, 1 | F32 | blk.33.post_attention_norm.weight
619: 64 | 64, 1, 1, 1 | F32 | blk.33.ssm_a
620: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.33.ssm_alpha.weight
621: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.33.ssm_beta.weight
622: 49152 | 4, 12288, 1, 1 | F32 | blk.33.ssm_conv1d.weight
623: 64 | 64, 1, 1, 1 | F32 | blk.33.ssm_dt.bias
624: 128 | 128, 1, 1, 1 | F32 | blk.33.ssm_norm.weight
625: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.33.ssm_out.weight
626: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.34.attn_gate.weight
627: 3072 | 3072, 1, 1, 1 | F32 | blk.34.attn_norm.weight
628: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.34.attn_qkv.weight
629: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.34.ffn_down_exps.weight
630: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.34.ffn_down_shexp.weight
631: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.34.ffn_gate_exps.weight
632: 786432 | 3072, 256, 1, 1 | F32 | blk.34.ffn_gate_inp.weight
633: 3072 | 3072, 1, 1, 1 | F32 | blk.34.ffn_gate_inp_shexp.weight
634: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.34.ffn_gate_shexp.weight
635: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.34.ffn_up_exps.weight
636: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.34.ffn_up_shexp.weight
637: 3072 | 3072, 1, 1, 1 | F32 | blk.34.post_attention_norm.weight
638: 64 | 64, 1, 1, 1 | F32 | blk.34.ssm_a
639: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.34.ssm_alpha.weight
640: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.34.ssm_beta.weight
641: 49152 | 4, 12288, 1, 1 | F32 | blk.34.ssm_conv1d.weight
642: 64 | 64, 1, 1, 1 | F32 | blk.34.ssm_dt.bias
643: 128 | 128, 1, 1, 1 | F32 | blk.34.ssm_norm.weight
644: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.34.ssm_out.weight
645: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.35.attn_k.weight
646: 256 | 256, 1, 1, 1 | F32 | blk.35.attn_k_norm.weight
647: 3072 | 3072, 1, 1, 1 | F32 | blk.35.attn_norm.weight
648: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.35.attn_output.weight
649: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.35.attn_q.weight
650: 256 | 256, 1, 1, 1 | F32 | blk.35.attn_q_norm.weight
651: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.35.attn_v.weight
652: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.35.ffn_down_exps.weight
653: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.35.ffn_down_shexp.weight
654: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.35.ffn_gate_exps.weight
655: 786432 | 3072, 256, 1, 1 | F32 | blk.35.ffn_gate_inp.weight
656: 3072 | 3072, 1, 1, 1 | F32 | blk.35.ffn_gate_inp_shexp.weight
657: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.35.ffn_gate_shexp.weight
658: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.35.ffn_up_exps.weight
659: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.35.ffn_up_shexp.weight
660: 3072 | 3072, 1, 1, 1 | F32 | blk.35.post_attention_norm.weight
661: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.36.attn_gate.weight
662: 3072 | 3072, 1, 1, 1 | F32 | blk.36.attn_norm.weight
663: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.36.attn_qkv.weight
664: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.36.ffn_down_exps.weight
665: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.36.ffn_down_shexp.weight
666: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.36.ffn_gate_exps.weight
667: 786432 | 3072, 256, 1, 1 | F32 | blk.36.ffn_gate_inp.weight
668: 3072 | 3072, 1, 1, 1 | F32 | blk.36.ffn_gate_inp_shexp.weight
669: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.36.ffn_gate_shexp.weight
670: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.36.ffn_up_exps.weight
671: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.36.ffn_up_shexp.weight
672: 3072 | 3072, 1, 1, 1 | F32 | blk.36.post_attention_norm.weight
673: 64 | 64, 1, 1, 1 | F32 | blk.36.ssm_a
674: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.36.ssm_alpha.weight
675: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.36.ssm_beta.weight
676: 49152 | 4, 12288, 1, 1 | F32 | blk.36.ssm_conv1d.weight
677: 64 | 64, 1, 1, 1 | F32 | blk.36.ssm_dt.bias
678: 128 | 128, 1, 1, 1 | F32 | blk.36.ssm_norm.weight
679: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.36.ssm_out.weight
680: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.37.attn_gate.weight
681: 3072 | 3072, 1, 1, 1 | F32 | blk.37.attn_norm.weight
682: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.37.attn_qkv.weight
683: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.37.ffn_down_exps.weight
684: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.37.ffn_down_shexp.weight
685: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.37.ffn_gate_exps.weight
686: 786432 | 3072, 256, 1, 1 | F32 | blk.37.ffn_gate_inp.weight
687: 3072 | 3072, 1, 1, 1 | F32 | blk.37.ffn_gate_inp_shexp.weight
688: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.37.ffn_gate_shexp.weight
689: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.37.ffn_up_exps.weight
690: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.37.ffn_up_shexp.weight
691: 3072 | 3072, 1, 1, 1 | F32 | blk.37.post_attention_norm.weight
692: 64 | 64, 1, 1, 1 | F32 | blk.37.ssm_a
693: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.37.ssm_alpha.weight
694: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.37.ssm_beta.weight
695: 49152 | 4, 12288, 1, 1 | F32 | blk.37.ssm_conv1d.weight
696: 64 | 64, 1, 1, 1 | F32 | blk.37.ssm_dt.bias
697: 128 | 128, 1, 1, 1 | F32 | blk.37.ssm_norm.weight
698: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.37.ssm_out.weight
699: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.38.attn_gate.weight
700: 3072 | 3072, 1, 1, 1 | F32 | blk.38.attn_norm.weight
701: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.38.attn_qkv.weight
702: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.38.ffn_down_exps.weight
703: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.38.ffn_down_shexp.weight
704: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.38.ffn_gate_exps.weight
705: 786432 | 3072, 256, 1, 1 | F32 | blk.38.ffn_gate_inp.weight
706: 3072 | 3072, 1, 1, 1 | F32 | blk.38.ffn_gate_inp_shexp.weight
707: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.38.ffn_gate_shexp.weight
708: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.38.ffn_up_exps.weight
709: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.38.ffn_up_shexp.weight
710: 3072 | 3072, 1, 1, 1 | F32 | blk.38.post_attention_norm.weight
711: 64 | 64, 1, 1, 1 | F32 | blk.38.ssm_a
712: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.38.ssm_alpha.weight
713: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.38.ssm_beta.weight
714: 49152 | 4, 12288, 1, 1 | F32 | blk.38.ssm_conv1d.weight
715: 64 | 64, 1, 1, 1 | F32 | blk.38.ssm_dt.bias
716: 128 | 128, 1, 1, 1 | F32 | blk.38.ssm_norm.weight
717: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.38.ssm_out.weight
718: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.39.attn_k.weight
719: 256 | 256, 1, 1, 1 | F32 | blk.39.attn_k_norm.weight
720: 3072 | 3072, 1, 1, 1 | F32 | blk.39.attn_norm.weight
721: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.39.attn_output.weight
722: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.39.attn_q.weight
723: 256 | 256, 1, 1, 1 | F32 | blk.39.attn_q_norm.weight
724: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.39.attn_v.weight
725: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.39.ffn_down_exps.weight
726: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.39.ffn_down_shexp.weight
727: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.39.ffn_gate_exps.weight
728: 786432 | 3072, 256, 1, 1 | F32 | blk.39.ffn_gate_inp.weight
729: 3072 | 3072, 1, 1, 1 | F32 | blk.39.ffn_gate_inp_shexp.weight
730: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.39.ffn_gate_shexp.weight
731: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.39.ffn_up_exps.weight
732: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.39.ffn_up_shexp.weight
733: 3072 | 3072, 1, 1, 1 | F32 | blk.39.post_attention_norm.weight
734: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.40.attn_gate.weight
735: 3072 | 3072, 1, 1, 1 | F32 | blk.40.attn_norm.weight
736: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.40.attn_qkv.weight
737: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.40.ffn_down_exps.weight
738: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.40.ffn_down_shexp.weight
739: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.40.ffn_gate_exps.weight
740: 786432 | 3072, 256, 1, 1 | F32 | blk.40.ffn_gate_inp.weight
741: 3072 | 3072, 1, 1, 1 | F32 | blk.40.ffn_gate_inp_shexp.weight
742: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.40.ffn_gate_shexp.weight
743: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.40.ffn_up_exps.weight
744: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.40.ffn_up_shexp.weight
745: 3072 | 3072, 1, 1, 1 | F32 | blk.40.post_attention_norm.weight
746: 64 | 64, 1, 1, 1 | F32 | blk.40.ssm_a
747: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.40.ssm_alpha.weight
748: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.40.ssm_beta.weight
749: 49152 | 4, 12288, 1, 1 | F32 | blk.40.ssm_conv1d.weight
750: 64 | 64, 1, 1, 1 | F32 | blk.40.ssm_dt.bias
751: 128 | 128, 1, 1, 1 | F32 | blk.40.ssm_norm.weight
752: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.40.ssm_out.weight
753: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.41.attn_gate.weight
754: 3072 | 3072, 1, 1, 1 | F32 | blk.41.attn_norm.weight
755: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.41.attn_qkv.weight
756: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.41.ffn_down_exps.weight
757: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.41.ffn_down_shexp.weight
758: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.41.ffn_gate_exps.weight
759: 786432 | 3072, 256, 1, 1 | F32 | blk.41.ffn_gate_inp.weight
760: 3072 | 3072, 1, 1, 1 | F32 | blk.41.ffn_gate_inp_shexp.weight
761: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.41.ffn_gate_shexp.weight
762: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.41.ffn_up_exps.weight
763: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.41.ffn_up_shexp.weight
764: 3072 | 3072, 1, 1, 1 | F32 | blk.41.post_attention_norm.weight
765: 64 | 64, 1, 1, 1 | F32 | blk.41.ssm_a
766: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.41.ssm_alpha.weight
767: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.41.ssm_beta.weight
768: 49152 | 4, 12288, 1, 1 | F32 | blk.41.ssm_conv1d.weight
769: 64 | 64, 1, 1, 1 | F32 | blk.41.ssm_dt.bias
770: 128 | 128, 1, 1, 1 | F32 | blk.41.ssm_norm.weight
771: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.41.ssm_out.weight
772: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.42.attn_gate.weight
773: 3072 | 3072, 1, 1, 1 | F32 | blk.42.attn_norm.weight
774: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.42.attn_qkv.weight
775: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.42.ffn_down_exps.weight
776: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.42.ffn_down_shexp.weight
777: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.42.ffn_gate_exps.weight
778: 786432 | 3072, 256, 1, 1 | F32 | blk.42.ffn_gate_inp.weight
779: 3072 | 3072, 1, 1, 1 | F32 | blk.42.ffn_gate_inp_shexp.weight
780: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.42.ffn_gate_shexp.weight
781: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.42.ffn_up_exps.weight
782: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.42.ffn_up_shexp.weight
783: 3072 | 3072, 1, 1, 1 | F32 | blk.42.post_attention_norm.weight
784: 64 | 64, 1, 1, 1 | F32 | blk.42.ssm_a
785: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.42.ssm_alpha.weight
786: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.42.ssm_beta.weight
787: 49152 | 4, 12288, 1, 1 | F32 | blk.42.ssm_conv1d.weight
788: 64 | 64, 1, 1, 1 | F32 | blk.42.ssm_dt.bias
789: 128 | 128, 1, 1, 1 | F32 | blk.42.ssm_norm.weight
790: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.42.ssm_out.weight
791: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.43.attn_k.weight
792: 256 | 256, 1, 1, 1 | F32 | blk.43.attn_k_norm.weight
793: 3072 | 3072, 1, 1, 1 | F32 | blk.43.attn_norm.weight
794: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.43.attn_output.weight
795: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.43.attn_q.weight
796: 256 | 256, 1, 1, 1 | F32 | blk.43.attn_q_norm.weight
797: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.43.attn_v.weight
798: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.43.ffn_down_exps.weight
799: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.43.ffn_down_shexp.weight
800: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.43.ffn_gate_exps.weight
801: 786432 | 3072, 256, 1, 1 | F32 | blk.43.ffn_gate_inp.weight
802: 3072 | 3072, 1, 1, 1 | F32 | blk.43.ffn_gate_inp_shexp.weight
803: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.43.ffn_gate_shexp.weight
804: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.43.ffn_up_exps.weight
805: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.43.ffn_up_shexp.weight
806: 3072 | 3072, 1, 1, 1 | F32 | blk.43.post_attention_norm.weight
807: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.44.attn_gate.weight
808: 3072 | 3072, 1, 1, 1 | F32 | blk.44.attn_norm.weight
809: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.44.attn_qkv.weight
810: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.44.ffn_down_exps.weight
811: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.44.ffn_down_shexp.weight
812: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.44.ffn_gate_exps.weight
813: 786432 | 3072, 256, 1, 1 | F32 | blk.44.ffn_gate_inp.weight
814: 3072 | 3072, 1, 1, 1 | F32 | blk.44.ffn_gate_inp_shexp.weight
815: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.44.ffn_gate_shexp.weight
816: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.44.ffn_up_exps.weight
817: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.44.ffn_up_shexp.weight
818: 3072 | 3072, 1, 1, 1 | F32 | blk.44.post_attention_norm.weight
819: 64 | 64, 1, 1, 1 | F32 | blk.44.ssm_a
820: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.44.ssm_alpha.weight
821: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.44.ssm_beta.weight
822: 49152 | 4, 12288, 1, 1 | F32 | blk.44.ssm_conv1d.weight
823: 64 | 64, 1, 1, 1 | F32 | blk.44.ssm_dt.bias
824: 128 | 128, 1, 1, 1 | F32 | blk.44.ssm_norm.weight
825: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.44.ssm_out.weight
826: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.45.attn_gate.weight
827: 3072 | 3072, 1, 1, 1 | F32 | blk.45.attn_norm.weight
828: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.45.attn_qkv.weight
829: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.45.ffn_down_exps.weight
830: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.45.ffn_down_shexp.weight
831: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.45.ffn_gate_exps.weight
832: 786432 | 3072, 256, 1, 1 | F32 | blk.45.ffn_gate_inp.weight
833: 3072 | 3072, 1, 1, 1 | F32 | blk.45.ffn_gate_inp_shexp.weight
834: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.45.ffn_gate_shexp.weight
835: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.45.ffn_up_exps.weight
836: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.45.ffn_up_shexp.weight
837: 3072 | 3072, 1, 1, 1 | F32 | blk.45.post_attention_norm.weight
838: 64 | 64, 1, 1, 1 | F32 | blk.45.ssm_a
839: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.45.ssm_alpha.weight
840: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.45.ssm_beta.weight
841: 49152 | 4, 12288, 1, 1 | F32 | blk.45.ssm_conv1d.weight
842: 64 | 64, 1, 1, 1 | F32 | blk.45.ssm_dt.bias
843: 128 | 128, 1, 1, 1 | F32 | blk.45.ssm_norm.weight
844: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.45.ssm_out.weight
845: 25165824 | 3072, 8192, 1, 1 | Q8_0 | blk.46.attn_gate.weight
846: 3072 | 3072, 1, 1, 1 | F32 | blk.46.attn_norm.weight
847: 37748736 | 3072, 12288, 1, 1 | Q8_0 | blk.46.attn_qkv.weight
848: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.46.ffn_down_exps.weight
849: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.46.ffn_down_shexp.weight
850: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.46.ffn_gate_exps.weight
851: 786432 | 3072, 256, 1, 1 | F32 | blk.46.ffn_gate_inp.weight
852: 3072 | 3072, 1, 1, 1 | F32 | blk.46.ffn_gate_inp_shexp.weight
853: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.46.ffn_gate_shexp.weight
854: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.46.ffn_up_exps.weight
855: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.46.ffn_up_shexp.weight
856: 3072 | 3072, 1, 1, 1 | F32 | blk.46.post_attention_norm.weight
857: 64 | 64, 1, 1, 1 | F32 | blk.46.ssm_a
858: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.46.ssm_alpha.weight
859: 196608 | 3072, 64, 1, 1 | Q8_0 | blk.46.ssm_beta.weight
860: 49152 | 4, 12288, 1, 1 | F32 | blk.46.ssm_conv1d.weight
861: 64 | 64, 1, 1, 1 | F32 | blk.46.ssm_dt.bias
862: 128 | 128, 1, 1, 1 | F32 | blk.46.ssm_norm.weight
863: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.46.ssm_out.weight
864: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.47.attn_k.weight
865: 256 | 256, 1, 1, 1 | F32 | blk.47.attn_k_norm.weight
866: 3072 | 3072, 1, 1, 1 | F32 | blk.47.attn_norm.weight
867: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.47.attn_output.weight
868: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.47.attn_q.weight
869: 256 | 256, 1, 1, 1 | F32 | blk.47.attn_q_norm.weight
870: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.47.attn_v.weight
871: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.47.ffn_down_exps.weight
872: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.47.ffn_down_shexp.weight
873: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.47.ffn_gate_exps.weight
874: 786432 | 3072, 256, 1, 1 | F32 | blk.47.ffn_gate_inp.weight
875: 3072 | 3072, 1, 1, 1 | F32 | blk.47.ffn_gate_inp_shexp.weight
876: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.47.ffn_gate_shexp.weight
877: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.47.ffn_up_exps.weight
878: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.47.ffn_up_shexp.weight
879: 3072 | 3072, 1, 1, 1 | F32 | blk.47.post_attention_norm.weight
880: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.48.attn_k.weight
881: 256 | 256, 1, 1, 1 | F32 | blk.48.attn_k_norm.weight
882: 3072 | 3072, 1, 1, 1 | F32 | blk.48.attn_norm.weight
883: 25165824 | 8192, 3072, 1, 1 | Q8_0 | blk.48.attn_output.weight
884: 50331648 | 3072, 16384, 1, 1 | Q8_0 | blk.48.attn_q.weight
885: 256 | 256, 1, 1, 1 | F32 | blk.48.attn_q_norm.weight
886: 1572864 | 3072, 512, 1, 1 | Q8_0 | blk.48.attn_v.weight
887: 805306368 | 1024, 3072, 256, 1 | Q5_K | blk.48.ffn_down_exps.weight
888: 3145728 | 1024, 3072, 1, 1 | Q8_0 | blk.48.ffn_down_shexp.weight
889: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.48.ffn_gate_exps.weight
890: 786432 | 3072, 256, 1, 1 | F32 | blk.48.ffn_gate_inp.weight
891: 3072 | 3072, 1, 1, 1 | F32 | blk.48.ffn_gate_inp_shexp.weight
892: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.48.ffn_gate_shexp.weight
893: 805306368 | 3072, 1024, 256, 1 | Q5_K | blk.48.ffn_up_exps.weight
894: 3145728 | 3072, 1024, 1, 1 | Q8_0 | blk.48.ffn_up_shexp.weight
895: 18874368 | 6144, 3072, 1, 1 | Q8_0 | blk.48.nextn.eh_proj.weight
896: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.enorm.weight
897: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.hnorm.weight
898: 3072 | 3072, 1, 1, 1 | F32 | blk.48.nextn.shared_head_norm.weight
899: 3072 | 3072, 1, 1, 1 | F32 | blk.48.post_attention_norm.weight
(blk.48 is grafted MTP)
- Downloads last month
- 491
16-bit
Model tree for random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP
Base model
Qwen/Qwen3.5-122B-A10B
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp# Start a local OpenAI-compatible server: llama serve -hf random257/Qwen3.5-122B-A10B-Wangzhang-Abliterix-MTP:BF16