8000 Llama 4 convert_hf_to_gguf.py tokenizer error · Issue #12819 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

Llama 4 convert_hf_to_gguf.py tokenizer error #12819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dtoconnor opened this issue Apr 8, 2025 · 1 comment
Closed

Llama 4 convert_hf_to_gguf.py tokenizer error #12819

dtoconnor opened this issue Apr 8, 2025 · 1 comment

Comments

@dtoconnor
Copy link

Name and Version

version: 5060 (0c74b04)
built with Apple clang version 16.0.0 (clang-1600.0.26.6) for arm64-apple-darwin23.6.0

but using commit with latest gguf additions.
8ca6e1c

Operating systems

Mac

GGML backends

Metal

Hardware

Apple M3 Max 128GB RAM

Models

Llama-4-Scout-17B-16E-Instruct

Problem description & steps to reproduce

pulled from https://huggingface.co/meta-llama/Llama-4-Scout-17B-16E-Instruct and ran

aimodel=Llama-4-Scout-17B-16E-Instruct
python convert_hf_to_gguf.py $llmpath/$aimodel --outfile $llmpath/$aimodel/model_f32.gguf --outtype f32

I deleted and redownloaded the tokenizer from the base model and unsolth, with no success still.

First Bad Commit

No response

Relevant log output

INFO:hf-to-gguf:Loading model: Llama-4-Scout-17B-16E-Instruct
INFO:gguf.gguf_writer:gguf: This GGUF file is for Little Endian only
INFO:hf-to-gguf:Has vision encoder, but it will be ignored
INFO:hf-to-gguf:Exporting model...
INFO:hf-to-gguf:rope_freqs.weight,            torch.float32 --> F32, shape = {64}
INFO:hf-to-gguf:gguf: loading model weight map from 'model.safetensors.index.json'
INFO:hf-to-gguf:gguf: loading model part 'model-00001-of-00050.safetensors'
INFO:hf-to-gguf:token_embd.weight,            torch.bfloat16 --> F32, shape = {5120, 202048}
INFO:hf-to-gguf:blk.0.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.0.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.0.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.0.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00002-of-00050.safetensors'
INFO:hf-to-gguf:blk.0.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.0.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.0.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.0.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.0.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.0.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.0.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.0.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.0.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.1.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.1.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.1.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.1.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00003-of-00050.safetensors'
INFO:hf-to-gguf:blk.1.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.1.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.1.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.1.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.1.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.1.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.1.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.1.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.1.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.2.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.2.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.2.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.2.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00004-of-00050.safetensors'
INFO:hf-to-gguf:blk.2.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.2.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.2.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.2.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.2.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.2.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.2.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.2.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.2.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.3.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.3.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.3.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.3.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00005-of-00050.safetensors'
INFO:hf-to-gguf:blk.3.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.3.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.3.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.3.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.3.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.3.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.3.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.3.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.3.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.4.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.4.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.4.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.4.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00006-of-00050.safetensors'
INFO:hf-to-gguf:blk.4.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.4.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.4.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.4.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.4.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.4.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.4.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.4.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.4.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.5.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.5.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.5.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.5.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00007-of-00050.safetensors'
INFO:hf-to-gguf:blk.5.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.5.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.5.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.5.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.5.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.5.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.5.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.5.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.5.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.6.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.6.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.6.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.6.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00008-of-00050.safetensors'
INFO:hf-to-gguf:blk.6.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.6.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.6.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.6.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.6.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.6.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.6.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.6.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.6.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.7.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.7.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.7.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.7.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00009-of-00050.safetensors'
INFO:hf-to-gguf:blk.7.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.7.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.7.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.7.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.7.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.7.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.7.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.7.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.7.ffn_norm.weight,        torch.bfloat16 --> F
10000
32, shape = {5120}
INFO:hf-to-gguf:blk.8.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.8.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.8.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.8.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00010-of-00050.safetensors'
INFO:hf-to-gguf:blk.8.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.8.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.8.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.8.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.8.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.8.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.8.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.8.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.8.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.9.attn_k.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.9.attn_output.weight,     torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.9.attn_q.weight,          torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.9.attn_v.weight,          torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00011-of-00050.safetensors'
INFO:hf-to-gguf:blk.10.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.10.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.10.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.10.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.9.ffn_down_exps.weight,   torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.9.ffn_gate_exps.weight,   torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.9.ffn_up_exps.weight,     torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.9.ffn_gate_inp.weight,    torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.9.ffn_down_shexp.weight,  torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.9.ffn_gate_shexp.weight,  torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.9.ffn_up_shexp.weight,    torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.9.attn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.9.ffn_norm.weight,        torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:gguf: loading model part 'model-00012-of-00050.safetensors'
INFO:hf-to-gguf:blk.10.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.10.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.10.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.10.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.10.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.10.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.10.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.10.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.10.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.11.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.11.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.11.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.11.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00013-of-00050.safetensors'
INFO:hf-to-gguf:blk.11.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.11.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.11.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.11.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.11.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.11.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.11.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.11.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.11.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.12.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.12.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.12.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.12.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00014-of-00050.safetensors'
INFO:hf-to-gguf:blk.12.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.12.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.12.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.12.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.12.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.12.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.12.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.12.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.12.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.13.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.13.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.13.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.13.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00015-of-00050.safetensors'
INFO:hf-to-gguf:blk.13.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.13.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.13.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.13.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.13.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.13.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.13.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.13.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.13.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.14.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.14.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.14.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.14.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00016-of-00050.safetensors'
INFO:hf-to-gguf:blk.14.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.14.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.14.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.14.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.14.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.14.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.14.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.14.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.14.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.15.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.15.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.15.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.15.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00017-of-00050.safetensors'
INFO:hf-to-gguf:blk.15.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.15.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.15.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.15.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.15.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.15.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.15.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.15.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.15.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.16.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.16.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.16.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.16.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00018-of-00050.safetensors'
INFO:hf-to-gguf:blk.16.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.16.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.16.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.16.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.16.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.16.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.16.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.16.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.16.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.17.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.17.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.17.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.17.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00019-of-00050.safetensors'
INFO:hf-to-gguf:blk.17.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.17.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.17.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.17.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.17.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.17.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.17.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.17.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.17.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.18.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.18.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.18.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.18.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00020-of-00050.safetensors'
INFO:hf-to-gguf:blk.18.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.18.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.18.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.18.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.18.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.18.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.18.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.18.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.18.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.19.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.19.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.19.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.19.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00021-of-00050.safetensors'
INFO:hf-to-gguf:blk.19.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.19.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.19.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.19.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.19.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.19.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.19.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.19.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.19.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.20.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.20.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.20.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.20.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00022-of-00050.safetensors'
INFO:hf-to-gguf:blk.20.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.20.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.20.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.20.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.20.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.20.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.20.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.20.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.20.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.21.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.21.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.21.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.21.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00023-of-00050.safetensors'
INFO:hf-to-gguf:blk.21.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.21.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.21.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.21.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.21.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.21.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.21.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.21.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.21.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.22.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.22.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.22.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.22.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00024-of-00050.safetensors'
INFO:hf-to-gguf:blk.22.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.22.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.22.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.22.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.22.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.22.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.22.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.22.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.22.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.23.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.23.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.23.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.23.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00025-of-00050.safetensors'
INFO:hf-to-gguf:blk.23.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.23.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.23.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.23.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.23.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.23.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.23.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.23.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.23.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.24.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.24.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.24.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.24.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00026-of-00050.safetensors'
INFO:hf-to-gguf:blk.24.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.24.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.24.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.24.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.24.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.24.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.24.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.24.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.24.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.25.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.25.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.25.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.25.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00027-of-00050.safetensors'
INFO:hf-to-gguf:blk.25.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.25.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.25.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.25.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.25.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.25.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.25.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.25.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.25.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.26.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.26.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.26.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.26.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00028-of-00050.safetensors'
INFO:hf-to-gguf:blk.26.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.26.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.26.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.26.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.26.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.26.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.26.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.26.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.26.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.27.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.27.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.27.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.27.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00029-of-00050.safetensors'
INFO:hf-to-gguf:blk.27.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.27.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.27.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.27.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.27.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.27.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.27.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.27.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.27.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.28.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.28.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.28.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.28.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00030-of-00050.safetensors'
INFO:hf-to-gguf:blk.28.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.28.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.28.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.28.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.28.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.28.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.28.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.28.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.28.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.29.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.29.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.29.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.29.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00031-of-00050.safetensors'
INFO:hf-to-gguf:blk.29.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.29.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.29.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.29.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.29.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.29.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.29.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.29.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.29.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.30.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.30.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.30.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.30.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00032-of-00050.safetensors'
INFO:hf-to-gguf:blk.30.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.30.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.30.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.30.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.30.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.30.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.30.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.30.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.30.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.31.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.31.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.31.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.31.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00033-of-00050.safetensors'
INFO:hf-to-gguf:blk.31.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.31.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.31.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.31.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.31.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.31.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.31.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.31.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.31.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.32.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.32.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.32.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.32.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00034-of-00050.safetensors'
INFO:hf-to-gguf:blk.32.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.32.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.32.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.32.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.32.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.32.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.32.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.32.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.32.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.33.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.33.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.33.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.33.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00035-of-00050.safetensors'
INFO:hf-to-gguf:blk.33.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.33.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.33.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.33.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.33.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.33.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.33.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.33.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.33.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.34.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.34.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.34.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.34.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00036-of-00050.safetensors'
INFO:hf-to-gguf:blk.34.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.34.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.34.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.34.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.34.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.34.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.34.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.34.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.34.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.35.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.35.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.35.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.35.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00037-of-00050.safetensors'
INFO:hf-to-gguf:blk.35.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.35.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.35.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.35.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.35.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.35.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.35.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.35.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.35.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.36.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.36.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.36.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.36.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00038-of-00050.safetensors'
INFO:hf-to-gguf:blk.36.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.36.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.36.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.36.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.36.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.36.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.36.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.36.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.36.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.37.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.37.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.37.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.37.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00039-of-00050.safetensors'
INFO:hf-to-gguf:blk.37.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.37.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.37.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.37.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.37.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.37.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.37.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.37.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.37.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.38.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.38.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.38.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.38.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00040-of-00050.safetensors'
INFO:hf-to-gguf:blk.38.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.38.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.38.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.38.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.38.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.38.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.38.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.38.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.38.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.39.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.39.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.39.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.39.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00041-of-00050.safetensors'
INFO:hf-to-gguf:blk.39.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.39.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.39.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.39.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.39.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.39.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.39.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.39.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.39.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.40.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.40.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.40.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.40.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00042-of-00050.safetensors'
INFO:hf-to-gguf:blk.40.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.40.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.40.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.40.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.40.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.40.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.40.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.40.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.40.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.41.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.41.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.41.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.41.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00043-of-00050.safetensors'
INFO:hf-to-gguf:blk.41.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.41.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.41.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.41.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.41.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.41.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.41.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.41.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.41.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.42.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.42.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.42.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.42.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00044-of-00050.safetensors'
INFO:hf-to-gguf:blk.42.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.42.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.42.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.42.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.42.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.42.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.42.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.42.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.42.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.43.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.43.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.43.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.43.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00045-of-00050.safetensors'
INFO:hf-to-gguf:blk.43.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.43.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.43.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.43.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.43.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.43.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.43.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.43.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.43.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.44.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.44.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.44.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.44.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00046-of-00050.safetensors'
INFO:hf-to-gguf:blk.44.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.44.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.44.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.44.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.44.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.44.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.44.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.44.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.44.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.45.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.45.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.45.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.45.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00047-of-00050.safetensors'
INFO:hf-to-gguf:blk.45.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.45.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.45.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.45.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.45.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.45.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.45.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.45.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.45.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.46.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.46.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.46.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.46.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00048-of-00050.safetensors'
INFO:hf-to-gguf:blk.46.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.46.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.46.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.46.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.46.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.46.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.46.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.46.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.46.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.47.attn_k.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:blk.47.attn_output.weight,    torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.47.attn_q.weight,         torch.bfloat16 --> F32, shape = {5120, 5120}
INFO:hf-to-gguf:blk.47.attn_v.weight,         torch.bfloat16 --> F32, shape = {5120, 1024}
INFO:hf-to-gguf:gguf: loading model part 'model-00049-of-00050.safetensors'
INFO:hf-to-gguf:blk.47.ffn_down_exps.weight,  torch.bfloat16 --> F32, shape = {8192, 5120, 16}
INFO:hf-to-gguf:blk.47.ffn_gate_exps.weight,  torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.47.ffn_up_exps.weight,    torch.bfloat16 --> F32, shape = {5120, 8192, 16}
INFO:hf-to-gguf:blk.47.ffn_gate_inp.weight,   torch.bfloat16 --> F32, shape = {5120, 16}
INFO:hf-to-gguf:blk.47.ffn_down_shexp.weight, torch.bfloat16 --> F32, shape = {8192, 5120}
INFO:hf-to-gguf:blk.47.ffn_gate_shexp.weight, torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.47.ffn_up_shexp.weight,   torch.bfloat16 --> F32, shape = {5120, 8192}
INFO:hf-to-gguf:blk.47.attn_norm.weight,      torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:blk.47.ffn_norm.weight,       torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:output_norm.weight,           torch.bfloat16 --> F32, shape = {5120}
INFO:hf-to-gguf:gguf: loading model part 'model-00050-of-00050.safetensors'
INFO:hf-to-gguf:output.weight,                torch.bfloat16 --> F32, shape = {5120, 202048}
INFO:hf-to-gguf:Set meta model
INFO:hf-to-gguf:Set model parameters
INFO:hf-to-gguf:gguf: context length = 10485760
INFO:hf-to-gguf:gguf: embedding length = 5120
INFO:hf-to-gguf:gguf: feed forward length = 16384
INFO:hf-to-gguf:gguf: head count = 40
INFO:hf-to-gguf:gguf: key-value head count = 8
INFO:hf-to-gguf:gguf: rope theta = 500000.0
INFO:hf-to-gguf:gguf: rms norm epsilon = 1e-05
INFO:hf-to-gguf:gguf: expert count = 16
INFO:hf-to-gguf:gguf: experts used count = 1
INFO:hf-to-gguf:gguf: file type = 0
INFO:hf-to-gguf:Set model tokenizer
Traceback (most recent call last):
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 5571, in <module>
    main()
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 5565, in main
    model_instance.write()
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 441, in write
    self.prepare_metadata(vocab_only=False)
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 434, in prepare_metadata
    self.set_vocab()
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 1782, in set_vocab
    self._set_vocab_gpt2()
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 746, in _set_vocab_gpt2
    tokens, toktypes, tokpre = self.get_vocab_base()
                               ^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dtoconnor/Projects/LLM/llama.cpp/convert_hf_to_gguf.py", line 523, in get_vocab_base
    tokenizer = AutoTokenizer.from_pretrained(self.dir_model)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dtoconnor/.prosyft/.venv/lib/python3.11/site-packages/transformers/models/auto/tokenization_auto.py", line 902, in from_pretrained
    return tokenizer_class.from_pretrained(pretrained_model_name_or_path, *inputs, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dtoconnor/.prosyft/.venv/lib/python3.11/site-packages/transformers/tokenization_utils_base.py", line 2217, in from_pretrained
    return cls._from_pretrained(
           ^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dtoconnor/.prosyft/.venv/lib/python3.11/site-packages/transformers/tokenization_utils_base.py", line 2451, in _from_pretrained
    tokenizer = cls(*init_inputs, **init_kwargs)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/dtoconnor/.prosyft/.venv/lib/python3.11/site-packages/transformers/tokenization_utils_fast.py", line 116, in __init__
    fast_tokenizer = TokenizerFast.from_file(fast_tokenizer_file)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: data did not match any variant of untagged enum ModelWrapper at line 1969534 column 3
Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0