[GH-ISSUE #10611] Safetensors import of Gemma3 fails quantization > 0.6.5 #69039

Open
opened 2026-05-04 16:58:47 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @NinjaLane on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10611

What is the issue?

As an avid user of the Gemm3 model I have been following this rather closely but, will admit some of the chatter is difficult to follow.

The issue I found is that with Ollama v0.6.5 I was able to run the following command and load a Gemma3 Safetensors model into the library. (12b Int)

ollama create Gemma3 -f Modelfile --quantize q8_0

This allowed me to use the image recognition features and was generally a good time.
When upgrading to Ollama v0.6.6 (and later) the same command fails

converting model 
quantizing F16 model to Q8_0 
Error: llama_model_quantize: 1

I have included some relevant logs though I feel it is rather easy to reproduce.

Relevant log output

gathering model components 
copying file sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795 100% 
copying file sha256:4847447e92599833e8dbaa3067cd201c3bb5c052efa91f11ba891e43234f7832 100% 
copying file sha256:891bd54eed03cba9ee1e705533a02a8217fcc29f356e4a1f53e5fd0d178883ad 100% 
copying file sha256:fe16baf728db49457cde32802cd7efc0ac8a7a9877dbe22fe3322b2d9dc6ccd9 100% 
copying file sha256:fd9324becc53c4be610db39e13a613006f09fd6ef71a95fb6320dc33157490a3 100% 
copying file sha256:ed14bd4908c98fed9f61e8cd410167e0846de9abd78e0452ab092072e5d9252d 100% 
copying file sha256:bfe25c2735e395407beb78456ea9a6984a1f00d8c16fa04a8b75f2a614cf53e1 100% 
copying file sha256:788cc42a1a92835df62d9a3791f47105f63504c7c404637a73288e9b11bc7b82 100% 
copying file sha256:39172c4124d3470341bbbb25f2926fd97edf68f0fe3a9fa4cde6acb9b7ed2cc6 100% 
copying file sha256:2f7b0adf4fb469770bb1490e3e35df87b1dc578246c5e7e6fc76ecf33213a397 100% 
copying file sha256:f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d 100% 
copying file sha256:50b2f405ba56a26d4913fd772089992252d7f942123cc0a034d96424221ba946 100% 
copying file sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c 100% 
copying file sha256:8bc75a29a730c9e743cad013feda3b0991a913fafe787c58a1c6e20afad97723 100% 
copying file sha256:7cee411d9d57324e50ce064a192cc5a858276d508611b12fc599e0c9767112e0 100% 
copying file sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53 100% 
converting model 
quantizing F16 model to Q8_0 
Error: llama_model_quantize: 1


May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  28:                      tokenizer.ggml.merges arr[str,514906]  = ["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n", ...
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  29:                       tokenizer.ggml.model str              = llama
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  30:            tokenizer.ggml.padding_token_id u32              = 0
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  31:                         tokenizer.ggml.pre str              = default
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  32:                      tokenizer.ggml.scores arr[f32,262145]  = [0.000000, 0.000000, 0.000000, 0.0000...
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  33:                  tokenizer.ggml.token_type arr[i32,262145]  = [3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, ...
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  34:                      tokenizer.ggml.tokens arr[str,262145]  = ["<pad>", "<eos>", "<bos>", "<unk>", ...
May 07 14:58:07 ollama[3989]: llama_model_loader: - kv  35:            tokenizer.ggml.unknown_token_id u32              = 3
May 07 14:58:07 ollama[3989]: llama_model_loader: - type  f32:  563 tensors
May 07 14:58:07 ollama[3989]: llama_model_loader: - type  f16:  502 tensors
May 07 14:58:07 ollama[3989]: llama_model_quantize: failed to quantize: key not found in model: gemma3.attention.layer_norm_rms_epsilon
May 07 14:58:07 ollama[3989]: [GIN] 2025/05/07 - 14:58:07 | 200 |         3m47s |       127.0.0.1 | POST     "/api/create"

OS

Linux

GPU

Nvidia

CPU

AMD

Ollama version

0.6.8

Originally created by @NinjaLane on GitHub (May 7, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10611 ### What is the issue? As an avid user of the Gemm3 model I have been following this rather closely but, will admit some of the chatter is difficult to follow. The issue I found is that with Ollama v0.6.5 I was able to run the following command and load a Gemma3 Safetensors model into the library. (12b Int) ollama create Gemma3 -f Modelfile --quantize q8_0 This allowed me to use the image recognition features and was generally a good time. When upgrading to Ollama v0.6.6 (and later) the same command fails ``` converting model quantizing F16 model to Q8_0 Error: llama_model_quantize: 1 ``` I have included some relevant logs though I feel it is rather easy to reproduce. ### Relevant log output ```shell gathering model components copying file sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795 100% copying file sha256:4847447e92599833e8dbaa3067cd201c3bb5c052efa91f11ba891e43234f7832 100% copying file sha256:891bd54eed03cba9ee1e705533a02a8217fcc29f356e4a1f53e5fd0d178883ad 100% copying file sha256:fe16baf728db49457cde32802cd7efc0ac8a7a9877dbe22fe3322b2d9dc6ccd9 100% copying file sha256:fd9324becc53c4be610db39e13a613006f09fd6ef71a95fb6320dc33157490a3 100% copying file sha256:ed14bd4908c98fed9f61e8cd410167e0846de9abd78e0452ab092072e5d9252d 100% copying file sha256:bfe25c2735e395407beb78456ea9a6984a1f00d8c16fa04a8b75f2a614cf53e1 100% copying file sha256:788cc42a1a92835df62d9a3791f47105f63504c7c404637a73288e9b11bc7b82 100% copying file sha256:39172c4124d3470341bbbb25f2926fd97edf68f0fe3a9fa4cde6acb9b7ed2cc6 100% copying file sha256:2f7b0adf4fb469770bb1490e3e35df87b1dc578246c5e7e6fc76ecf33213a397 100% copying file sha256:f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d 100% copying file sha256:50b2f405ba56a26d4913fd772089992252d7f942123cc0a034d96424221ba946 100% copying file sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c 100% copying file sha256:8bc75a29a730c9e743cad013feda3b0991a913fafe787c58a1c6e20afad97723 100% copying file sha256:7cee411d9d57324e50ce064a192cc5a858276d508611b12fc599e0c9767112e0 100% copying file sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53 100% converting model quantizing F16 model to Q8_0 Error: llama_model_quantize: 1 May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 28: tokenizer.ggml.merges arr[str,514906] = ["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n", ... May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 29: tokenizer.ggml.model str = llama May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 30: tokenizer.ggml.padding_token_id u32 = 0 May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 31: tokenizer.ggml.pre str = default May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 32: tokenizer.ggml.scores arr[f32,262145] = [0.000000, 0.000000, 0.000000, 0.0000... May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 33: tokenizer.ggml.token_type arr[i32,262145] = [3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, ... May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 34: tokenizer.ggml.tokens arr[str,262145] = ["<pad>", "<eos>", "<bos>", "<unk>", ... May 07 14:58:07 ollama[3989]: llama_model_loader: - kv 35: tokenizer.ggml.unknown_token_id u32 = 3 May 07 14:58:07 ollama[3989]: llama_model_loader: - type f32: 563 tensors May 07 14:58:07 ollama[3989]: llama_model_loader: - type f16: 502 tensors May 07 14:58:07 ollama[3989]: llama_model_quantize: failed to quantize: key not found in model: gemma3.attention.layer_norm_rms_epsilon May 07 14:58:07 ollama[3989]: [GIN] 2025/05/07 - 14:58:07 | 200 | 3m47s | 127.0.0.1 | POST "/api/create" ``` ### OS Linux ### GPU Nvidia ### CPU AMD ### Ollama version 0.6.8
GiteaMirror added the bug label 2026-05-04 16:58:47 -05:00
Author
Owner

@geekbass commented on GitHub (May 8, 2025):

I get this same above error with my own fine tune of gemma3 4b and even trying to import 4b-pt, 4b-it and 12b-pt directly from HF.

With 12b-it I get this error:

llama create Gemma3-test -f Modelfile -q q8_0
gathering model components 
copying file sha256:8bc75a29a730c9e743cad013feda3b0991a913fafe787c58a1c6e20afad97723 100% 
Error: unknown type
<!-- gh-comment-id:2863616821 --> @geekbass commented on GitHub (May 8, 2025): I get this same above error with my own fine tune of gemma3 4b and even trying to import 4b-pt, 4b-it and 12b-pt directly from HF. With 12b-it I get this error: ``` llama create Gemma3-test -f Modelfile -q q8_0 gathering model components copying file sha256:8bc75a29a730c9e743cad013feda3b0991a913fafe787c58a1c6e20afad97723 100% Error: unknown type ```
Author
Owner

@tychen81 commented on GitHub (May 14, 2025):

+1

<!-- gh-comment-id:2878751745 --> @tychen81 commented on GitHub (May 14, 2025): +1
Author
Owner

@badbubi commented on GitHub (May 14, 2025):

I have a similar problem with creating a quantized version from a fine tuned gemma3 model with vision.
Model i try to quantize is a local copy of https://huggingface.co/SicariusSicariiStuff/X-Ray_Alpha

Ollama output since 0.6.6 to 0.6.8

Output from ollama create:

$ ollama create x-ray_alpha:4b-q4_K_M_test --quantize q4_K_M -f ./x-ray_alpha.modelfile
gathering model components 
copying file sha256:205409a7fcf90eb58cf1373b5546adf696b3bbd2fea7c97aeb71f659426dfb96 100% 
copying file sha256:f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d 100% 
copying file sha256:2f7b0adf4fb469770bb1490e3e35df87b1dc578246c5e7e6fc76ecf33213a397 100% 
copying file sha256:c3fc5323f93d13bb3f598cf0d5fade079353f8a5cb114255fb84e747bcd7b17c 100% 
copying file sha256:fff570ec7a2b621432b6e5d2e0db9851e520129ea4d1e36719c08a0debed1fab 100% 
copying file sha256:0e4c4728dd9c15390fd21f3d11b00f7a7f32d3728184b161bf0469281f5ae8cb 100% 
copying file sha256:57f8947469a3e8754b654fc46db6c1a9a929d1889c8ecd025b35e9409e05f578 100% 
copying file sha256:50b2f405ba56a26d4913fd772089992252d7f942123cc0a034d96424221ba946 100% 
copying file sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795 100% 
copying file sha256:99ad58632e48bf92f47767f24b91d0af9364f418a65dd11d1c215af2631f013f 100% 
copying file sha256:8613f8ee533e703de50c6ee3261b1b9bf26ec6440292126522fd144d52930d28 100% 
copying file sha256:7e28093ffba38237816048d33ea1a3ba1bc142518b2af3576393c1c272893a6b 100% 
copying file sha256:a8227e7625088e4a81a366e99ed666e591f06a5250e42b3f09f19bf28c7c237b 100% 
copying file sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53 100% 
copying file sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c 100% 
converting model 
quantizing F16 model to Q4_K_M 
Error: llama_model_quantize: 1

Debug log from ollama 0.6.8

$ ollama create x-ray_alpha:4b-q4_K_M_test --quantize q4_K_M -f ./x-ray_alpha.modelfile

[GIN] 2025/05/14 - 10:05:26 | 200 |       34.54µs |       127.0.0.1 | HEAD     "/"
[GIN] 2025/05/14 - 10:06:25 | 201 |  1.957654444s |       127.0.0.1 | POST     "/api/blobs/sha256:205409a7fcf90eb58cf1373b5546adf696b3bbd2fea7c97aeb71f659426dfb96"
[GIN] 2025/05/14 - 10:06:25 | 201 |     128.969µs |       127.0.0.1 | POST     "/api/blobs/sha256:f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d"
[GIN] 2025/05/14 - 10:06:25 | 201 |     153.898µs |       127.0.0.1 | POST     "/api/blobs/sha256:2f7b0adf4fb469770bb1490e3e35df87b1dc578246c5e7e6fc76ecf33213a397"
[GIN] 2025/05/14 - 10:06:25 | 201 |     143.939µs |       127.0.0.1 | POST     "/api/blobs/sha256:c3fc5323f93d13bb3f598cf0d5fade079353f8a5cb114255fb84e747bcd7b17c"
[GIN] 2025/05/14 - 10:06:26 | 201 |  1.854149595s |       127.0.0.1 | POST     "/api/blobs/sha256:fff570ec7a2b621432b6e5d2e0db9851e520129ea4d1e36719c08a0debed1fab"
[GIN] 2025/05/14 - 10:06:28 | 201 |   1.87047694s |       127.0.0.1 | POST     "/api/blobs/sha256:0e4c4728dd9c15390fd21f3d11b00f7a7f32d3728184b161bf0469281f5ae8cb"
[GIN] 2025/05/14 - 10:06:28 | 201 |     175.938µs |       127.0.0.1 | POST     "/api/blobs/sha256:57f8947469a3e8754b654fc46db6c1a9a929d1889c8ecd025b35e9409e05f578"
[GIN] 2025/05/14 - 10:06:28 | 201 |     142.699µs |       127.0.0.1 | POST     "/api/blobs/sha256:50b2f405ba56a26d4913fd772089992252d7f942123cc0a034d96424221ba946"
[GIN] 2025/05/14 - 10:06:28 | 201 |   35.340225ms |       127.0.0.1 | POST     "/api/blobs/sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795"
[GIN] 2025/05/14 - 10:06:30 | 201 |  1.692091989s |       127.0.0.1 | POST     "/api/blobs/sha256:99ad58632e48bf92f47767f24b91d0af9364f418a65dd11d1c215af2631f013f"
[GIN] 2025/05/14 - 10:06:30 | 201 |     294.087µs |       127.0.0.1 | POST     "/api/blobs/sha256:8613f8ee533e703de50c6ee3261b1b9bf26ec6440292126522fd144d52930d28"
[GIN] 2025/05/14 - 10:06:30 | 201 |    1.204619ms |       127.0.0.1 | POST     "/api/blobs/sha256:7e28093ffba38237816048d33ea1a3ba1bc142518b2af3576393c1c272893a6b"
[GIN] 2025/05/14 - 10:06:31 | 201 |   786.93118ms |       127.0.0.1 | POST     "/api/blobs/sha256:a8227e7625088e4a81a366e99ed666e591f06a5250e42b3f09f19bf28c7c237b"
[GIN] 2025/05/14 - 10:06:31 | 201 |     171.408µs |       127.0.0.1 | POST     "/api/blobs/sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53"
[GIN] 2025/05/14 - 10:06:31 | 201 |    4.353579ms |       127.0.0.1 | POST     "/api/blobs/sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c"
time=2025-05-14T10:06:31.743+02:00 level=DEBUG source=tokenizer_spm.go:20 msg="using spm vocabulary"
time=2025-05-14T10:06:31.743+02:00 level=WARN source=tokenizer_spm.go:165 msg="special token" "unknown token"=<nil>
time=2025-05-14T10:06:31.743+02:00 level=DEBUG source=tokenizer_spm.go:168 msg="spm tokenizer" "additional tokens"=[]
time=2025-05-14T10:06:32.382+02:00 level=WARN source=convert.go:225 msg="vocabulary is smaller than expected, padding with dummy tokens" expect=262208 actual=262145
time=2025-05-14T10:06:32.384+02:00 level=WARN source=ggml.go:152 msg="key not found" key=general.alignment default=32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.head_count type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.head_count_kv type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.key_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.sliding_window type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.value_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.block_count type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.context_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.embedding_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.feed_forward_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.mm.tokens_per_image type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.attention.head_count type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.attention.layer_norm_epsilon type=float32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.block_count type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.embedding_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.feed_forward_length type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.image_size type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.num_channels type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.patch_size type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=general.architecture type=string
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=general.file_type type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=general.quantization_version type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.chat_template type=string
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_bos_token type=bool
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_eos_token type=bool
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_padding_token type=bool
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_unknown_token type=bool
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.bos_token_id type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.eos_token_id type=uint32
time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.merges type=[]string
time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.model type=string
time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.padding_token_id type=uint32
time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.pre type=string
time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.scores type=[]float32
time=2025-05-14T10:06:33.054+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.token_type type=[]int32
time=2025-05-14T10:06:33.055+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.tokens type=[]string
time=2025-05-14T10:06:33.399+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.unknown_token_id type=uint32
time=2025-05-14T10:06:33.399+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_norm.weight kind=0 shape=[2560] offset=0
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_down.weight kind=1 shape="[10240 2560]" offset=10240
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_gate.weight kind=1 shape="[2560 10240]" offset=52439040
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_up.weight kind=1 shape="[2560 10240]" offset=104867840
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.post_attention_norm.weight kind=0 shape=[2560] offset=157296640
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.post_ffw_norm.weight kind=0 shape=[2560] offset=157306880
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_norm.weight kind=0 shape=[2560] offset=157317120
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_k_norm.weight kind=0 shape=[256] offset=157327360
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_k.weight kind=1 shape="[2560 1024]" offset=157328384
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_output.weight kind=1 shape="[2048 2560]" offset=162571264
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_q_norm.weight kind=0 shape=[256] offset=173057024
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_q.weight kind=1 shape="[2560 2048]" offset=173058048
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_v.weight kind=1 shape="[2560 1024]" offset=183543808
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_norm.weight kind=0 shape=[2560] offset=188786688
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_down.weight kind=1 shape="[10240 2560]" offset=188796928
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_gate.weight kind=1 shape="[2560 10240]" offset=241225728
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_up.weight kind=1 shape="[2560 10240]" offset=293654528
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.post_attention_norm.weight kind=0 shape=[2560] offset=346083328
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.post_ffw_norm.weight kind=0 shape=[2560] offset=346093568
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_norm.weight kind=0 shape=[2560] offset=346103808
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_k_norm.weight kind=0 shape=[256] offset=346114048
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_k.weight kind=1 shape="[2560 1024]" offset=346115072
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_output.weight kind=1 shape="[2048 2560]" offset=351357952
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_q_norm.weight kind=0 shape=[256] offset=361843712
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_q.weight kind=1 shape="[2560 2048]" offset=361844736
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_v.weight kind=1 shape="[2560 1024]" offset=372330496
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_norm.weight kind=0 shape=[2560] offset=377573376
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_down.weight kind=1 shape="[10240 2560]" offset=377583616
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_gate.weight kind=1 shape="[2560 10240]" offset=430012416
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_up.weight kind=1 shape="[2560 10240]" offset=482441216
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.post_attention_norm.weight kind=0 shape=[2560] offset=534870016
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.post_ffw_norm.weight kind=0 shape=[2560] offset=534880256
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_norm.weight kind=0 shape=[2560] offset=534890496
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_k_norm.weight kind=0 shape=[256] offset=534900736
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_k.weight kind=1 shape="[2560 1024]" offset=534901760
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_output.weight kind=1 shape="[2048 2560]" offset=540144640
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_q_norm.weight kind=0 shape=[256] offset=550630400
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_q.weight kind=1 shape="[2560 2048]" offset=550631424
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_v.weight kind=1 shape="[2560 1024]" offset=561117184
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_gate.weight kind=1 shape="[2560 10240]" offset=566360064
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_k_norm.weight kind=0 shape=[256] offset=618788864
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_k.weight kind=1 shape="[2560 1024]" offset=618789888
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_output.weight kind=1 shape="[2048 2560]" offset=624032768
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_q_norm.weight kind=0 shape=[256] offset=634518528
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_q.weight kind=1 shape="[2560 2048]" offset=634519552
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_v.weight kind=1 shape="[2560 1024]" offset=645005312
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_norm.weight kind=0 shape=[2560] offset=650248192
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_down.weight kind=1 shape="[10240 2560]" offset=650258432
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_up.weight kind=1 shape="[2560 10240]" offset=702687232
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.post_attention_norm.weight kind=0 shape=[2560] offset=755116032
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.post_ffw_norm.weight kind=0 shape=[2560] offset=755126272
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_norm.weight kind=0 shape=[2560] offset=755136512
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_norm.weight kind=0 shape=[2560] offset=755146752
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_down.weight kind=1 shape="[10240 2560]" offset=755156992
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_gate.weight kind=1 shape="[2560 10240]" offset=807585792
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_up.weight kind=1 shape="[2560 10240]" offset=860014592
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.post_attention_norm.weight kind=0 shape=[2560] offset=912443392
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.post_ffw_norm.weight kind=0 shape=[2560] offset=912453632
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_norm.weight kind=0 shape=[2560] offset=912463872
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_k_norm.weight kind=0 shape=[256] offset=912474112
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_k.weight kind=1 shape="[2560 1024]" offset=912475136
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_output.weight kind=1 shape="[2048 2560]" offset=917718016
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_q_norm.weight kind=0 shape=[256] offset=928203776
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_q.weight kind=1 shape="[2560 2048]" offset=928204800
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_v.weight kind=1 shape="[2560 1024]" offset=938690560
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_norm.weight kind=0 shape=[2560] offset=943933440
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_down.weight kind=1 shape="[10240 2560]" offset=943943680
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_gate.weight kind=1 shape="[2560 10240]" offset=996372480
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_up.weight kind=1 shape="[2560 10240]" offset=1048801280
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.post_attention_norm.weight kind=0 shape=[2560] offset=1101230080
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.post_ffw_norm.weight kind=0 shape=[2560] offset=1101240320
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_norm.weight kind=0 shape=[2560] offset=1101250560
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_k_norm.weight kind=0 shape=[256] offset=1101260800
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_k.weight kind=1 shape="[2560 1024]" offset=1101261824
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_output.weight kind=1 shape="[2048 2560]" offset=1106504704
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_q_norm.weight kind=0 shape=[256] offset=1116990464
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_q.weight kind=1 shape="[2560 2048]" offset=1116991488
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_v.weight kind=1 shape="[2560 1024]" offset=1127477248
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_norm.weight kind=0 shape=[2560] offset=1132720128
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_down.weight kind=1 shape="[10240 2560]" offset=1132730368
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1185159168
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_up.weight kind=1 shape="[2560 10240]" offset=1237587968
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.post_attention_norm.weight kind=0 shape=[2560] offset=1290016768
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.post_ffw_norm.weight kind=0 shape=[2560] offset=1290027008
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_norm.weight kind=0 shape=[2560] offset=1290037248
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_k_norm.weight kind=0 shape=[256] offset=1290047488
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_k.weight kind=1 shape="[2560 1024]" offset=1290048512
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_output.weight kind=1 shape="[2048 2560]" offset=1295291392
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_q_norm.weight kind=0 shape=[256] offset=1305777152
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_q.weight kind=1 shape="[2560 2048]" offset=1305778176
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_v.weight kind=1 shape="[2560 1024]" offset=1316263936
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_norm.weight kind=0 shape=[2560] offset=1321506816
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_down.weight kind=1 shape="[10240 2560]" offset=1321517056
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1373945856
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_up.weight kind=1 shape="[2560 10240]" offset=1426374656
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.post_attention_norm.weight kind=0 shape=[2560] offset=1478803456
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.post_ffw_norm.weight kind=0 shape=[2560] offset=1478813696
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_norm.weight kind=0 shape=[2560] offset=1478823936
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_k_norm.weight kind=0 shape=[256] offset=1478834176
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_k.weight kind=1 shape="[2560 1024]" offset=1478835200
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_output.weight kind=1 shape="[2048 2560]" offset=1484078080
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_q_norm.weight kind=0 shape=[256] offset=1494563840
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_q.weight kind=1 shape="[2560 2048]" offset=1494564864
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_v.weight kind=1 shape="[2560 1024]" offset=1505050624
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_norm.weight kind=0 shape=[2560] offset=1510293504
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_down.weight kind=1 shape="[10240 2560]" offset=1510303744
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1562732544
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_up.weight kind=1 shape="[2560 10240]" offset=1615161344
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.post_attention_norm.weight kind=0 shape=[2560] offset=1667590144
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.post_ffw_norm.weight kind=0 shape=[2560] offset=1667600384
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_norm.weight kind=0 shape=[2560] offset=1667610624
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_k_norm.weight kind=0 shape=[256] offset=1667620864
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_k.weight kind=1 shape="[2560 1024]" offset=1667621888
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_output.weight kind=1 shape="[2048 2560]" offset=1672864768
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_q_norm.weight kind=0 shape=[256] offset=1683350528
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_q.weight kind=1 shape="[2560 2048]" offset=1683351552
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_v.weight kind=1 shape="[2560 1024]" offset=1693837312
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_norm.weight kind=0 shape=[2560] offset=1699080192
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_down.weight kind=1 shape="[10240 2560]" offset=1699090432
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1751519232
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_up.weight kind=1 shape="[2560 10240]" offset=1803948032
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.post_attention_norm.weight kind=0 shape=[2560] offset=1856376832
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.post_ffw_norm.weight kind=0 shape=[2560] offset=1856387072
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_norm.weight kind=0 shape=[2560] offset=1856397312
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_k_norm.weight kind=0 shape=[256] offset=1856407552
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_k.weight kind=1 shape="[2560 1024]" offset=1856408576
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_output.weight kind=1 shape="[2048 2560]" offset=1861651456
time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_q_norm.weight kind=0 shape=[256] offset=1872137216
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_q.weight kind=1 shape="[2560 2048]" offset=1872138240
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_v.weight kind=1 shape="[2560 1024]" offset=1882624000
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_norm.weight kind=0 shape=[2560] offset=1887866880
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_down.weight kind=1 shape="[10240 2560]" offset=1887877120
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1940305920
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_up.weight kind=1 shape="[2560 10240]" offset=1992734720
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.post_attention_norm.weight kind=0 shape=[2560] offset=2045163520
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.post_ffw_norm.weight kind=0 shape=[2560] offset=2045173760
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_norm.weight kind=0 shape=[2560] offset=2045184000
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_k_norm.weight kind=0 shape=[256] offset=2045194240
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_k.weight kind=1 shape="[2560 1024]" offset=2045195264
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_output.weight kind=1 shape="[2048 2560]" offset=2050438144
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_q_norm.weight kind=0 shape=[256] offset=2060923904
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_q.weight kind=1 shape="[2560 2048]" offset=2060924928
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_v.weight kind=1 shape="[2560 1024]" offset=2071410688
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_norm.weight kind=0 shape=[2560] offset=2076653568
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_down.weight kind=1 shape="[10240 2560]" offset=2076663808
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2129092608
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_up.weight kind=1 shape="[2560 10240]" offset=2181521408
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.post_attention_norm.weight kind=0 shape=[2560] offset=2233950208
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.post_ffw_norm.weight kind=0 shape=[2560] offset=2233960448
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_norm.weight kind=0 shape=[2560] offset=2233970688
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_k_norm.weight kind=0 shape=[256] offset=2233980928
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_k.weight kind=1 shape="[2560 1024]" offset=2233981952
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_output.weight kind=1 shape="[2048 2560]" offset=2239224832
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_q_norm.weight kind=0 shape=[256] offset=2249710592
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_q.weight kind=1 shape="[2560 2048]" offset=2249711616
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_v.weight kind=1 shape="[2560 1024]" offset=2260197376
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_norm.weight kind=0 shape=[2560] offset=2265440256
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_down.weight kind=1 shape="[10240 2560]" offset=2265450496
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2317879296
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_up.weight kind=1 shape="[2560 10240]" offset=2370308096
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.post_attention_norm.weight kind=0 shape=[2560] offset=2422736896
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.post_ffw_norm.weight kind=0 shape=[2560] offset=2422747136
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_norm.weight kind=0 shape=[2560] offset=2422757376
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_k_norm.weight kind=0 shape=[256] offset=2422767616
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_k.weight kind=1 shape="[2560 1024]" offset=2422768640
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_output.weight kind=1 shape="[2048 2560]" offset=2428011520
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_q_norm.weight kind=0 shape=[256] offset=2438497280
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_q.weight kind=1 shape="[2560 2048]" offset=2438498304
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_v.weight kind=1 shape="[2560 1024]" offset=2448984064
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_norm.weight kind=0 shape=[2560] offset=2454226944
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_down.weight kind=1 shape="[10240 2560]" offset=2454237184
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2506665984
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_up.weight kind=1 shape="[2560 10240]" offset=2559094784
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.post_attention_norm.weight kind=0 shape=[2560] offset=2611523584
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.post_ffw_norm.weight kind=0 shape=[2560] offset=2611533824
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_norm.weight kind=0 shape=[2560] offset=2611544064
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_k_norm.weight kind=0 shape=[256] offset=2611554304
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_k.weight kind=1 shape="[2560 1024]" offset=2611555328
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_output.weight kind=1 shape="[2048 2560]" offset=2616798208
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_q_norm.weight kind=0 shape=[256] offset=2627283968
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_q.weight kind=1 shape="[2560 2048]" offset=2627284992
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_v.weight kind=1 shape="[2560 1024]" offset=2637770752
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_norm.weight kind=0 shape=[2560] offset=2643013632
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_down.weight kind=1 shape="[10240 2560]" offset=2643023872
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2695452672
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_up.weight kind=1 shape="[2560 10240]" offset=2747881472
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.post_attention_norm.weight kind=0 shape=[2560] offset=2800310272
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.post_ffw_norm.weight kind=0 shape=[2560] offset=2800320512
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_norm.weight kind=0 shape=[2560] offset=2800330752
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_k_norm.weight kind=0 shape=[256] offset=2800340992
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_k.weight kind=1 shape="[2560 1024]" offset=2800342016
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_output.weight kind=1 shape="[2048 2560]" offset=2805584896
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_q_norm.weight kind=0 shape=[256] offset=2816070656
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_q.weight kind=1 shape="[2560 2048]" offset=2816071680
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_v.weight kind=1 shape="[2560 1024]" offset=2826557440
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_norm.weight kind=0 shape=[2560] offset=2831800320
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_down.weight kind=1 shape="[10240 2560]" offset=2831810560
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2884239360
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_up.weight kind=1 shape="[2560 10240]" offset=2936668160
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.post_attention_norm.weight kind=0 shape=[2560] offset=2989096960
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.post_ffw_norm.weight kind=0 shape=[2560] offset=2989107200
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_norm.weight kind=0 shape=[2560] offset=2989117440
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_k_norm.weight kind=0 shape=[256] offset=2989127680
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_k.weight kind=1 shape="[2560 1024]" offset=2989128704
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_output.weight kind=1 shape="[2048 2560]" offset=2994371584
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_q_norm.weight kind=0 shape=[256] offset=3004857344
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_q.weight kind=1 shape="[2560 2048]" offset=3004858368
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_v.weight kind=1 shape="[2560 1024]" offset=3015344128
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_norm.weight kind=0 shape=[2560] offset=3020587008
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_down.weight kind=1 shape="[10240 2560]" offset=3020597248
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3073026048
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_up.weight kind=1 shape="[2560 10240]" offset=3125454848
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.post_attention_norm.weight kind=0 shape=[2560] offset=3177883648
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.post_ffw_norm.weight kind=0 shape=[2560] offset=3177893888
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_norm.weight kind=0 shape=[2560] offset=3177904128
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_k_norm.weight kind=0 shape=[256] offset=3177914368
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_k.weight kind=1 shape="[2560 1024]" offset=3177915392
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_output.weight kind=1 shape="[2048 2560]" offset=3183158272
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_q_norm.weight kind=0 shape=[256] offset=3193644032
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_q.weight kind=1 shape="[2560 2048]" offset=3193645056
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_v.weight kind=1 shape="[2560 1024]" offset=3204130816
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_norm.weight kind=0 shape=[2560] offset=3209373696
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_down.weight kind=1 shape="[10240 2560]" offset=3209383936
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3261812736
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_up.weight kind=1 shape="[2560 10240]" offset=3314241536
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.post_attention_norm.weight kind=0 shape=[2560] offset=3366670336
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.post_ffw_norm.weight kind=0 shape=[2560] offset=3366680576
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_norm.weight kind=0 shape=[2560] offset=3366690816
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_k_norm.weight kind=0 shape=[256] offset=3366701056
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_k.weight kind=1 shape="[2560 1024]" offset=3366702080
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_output.weight kind=1 shape="[2048 2560]" offset=3371944960
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_q_norm.weight kind=0 shape=[256] offset=3382430720
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_q.weight kind=1 shape="[2560 2048]" offset=3382431744
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_v.weight kind=1 shape="[2560 1024]" offset=3392917504
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_norm.weight kind=0 shape=[2560] offset=3398160384
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_down.weight kind=1 shape="[10240 2560]" offset=3398170624
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3450599424
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_up.weight kind=1 shape="[2560 10240]" offset=3503028224
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.post_attention_norm.weight kind=0 shape=[2560] offset=3555457024
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.post_ffw_norm.weight kind=0 shape=[2560] offset=3555467264
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_norm.weight kind=0 shape=[2560] offset=3555477504
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_k_norm.weight kind=0 shape=[256] offset=3555487744
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_k.weight kind=1 shape="[2560 1024]" offset=3555488768
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_output.weight kind=1 shape="[2048 2560]" offset=3560731648
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_q_norm.weight kind=0 shape=[256] offset=3571217408
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_q.weight kind=1 shape="[2560 2048]" offset=3571218432
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_v.weight kind=1 shape="[2560 1024]" offset=3581704192
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_norm.weight kind=0 shape=[2560] offset=3586947072
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_down.weight kind=1 shape="[10240 2560]" offset=3586957312
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3639386112
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_up.weight kind=1 shape="[2560 10240]" offset=3691814912
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.post_attention_norm.weight kind=0 shape=[2560] offset=3744243712
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.post_ffw_norm.weight kind=0 shape=[2560] offset=3744253952
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_norm.weight kind=0 shape=[2560] offset=3744264192
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_k_norm.weight kind=0 shape=[256] offset=3744274432
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_k.weight kind=1 shape="[2560 1024]" offset=3744275456
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_output.weight kind=1 shape="[2048 2560]" offset=3749518336
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_q_norm.weight kind=0 shape=[256] offset=3760004096
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_q.weight kind=1 shape="[2560 2048]" offset=3760005120
time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_v.weight kind=1 shape="[2560 1024]" offset=3770490880
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_norm.weight kind=0 shape=[2560] offset=3775733760
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_down.weight kind=1 shape="[10240 2560]" offset=3775744000
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3828172800
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_up.weight kind=1 shape="[2560 10240]" offset=3880601600
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.post_attention_norm.weight kind=0 shape=[2560] offset=3933030400
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.post_ffw_norm.weight kind=0 shape=[2560] offset=3933040640
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_norm.weight kind=0 shape=[2560] offset=3933050880
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_k_norm.weight kind=0 shape=[256] offset=3933061120
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_k.weight kind=1 shape="[2560 1024]" offset=3933062144
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_output.weight kind=1 shape="[2048 2560]" offset=3938305024
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_q_norm.weight kind=0 shape=[256] offset=3948790784
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_q.weight kind=1 shape="[2560 2048]" offset=3948791808
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_v.weight kind=1 shape="[2560 1024]" offset=3959277568
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_norm.weight kind=0 shape=[2560] offset=3964520448
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_down.weight kind=1 shape="[10240 2560]" offset=3964530688
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4016959488
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_up.weight kind=1 shape="[2560 10240]" offset=4069388288
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.post_attention_norm.weight kind=0 shape=[2560] offset=4121817088
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.post_ffw_norm.weight kind=0 shape=[2560] offset=4121827328
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_norm.weight kind=0 shape=[2560] offset=4121837568
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_k_norm.weight kind=0 shape=[256] offset=4121847808
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_k.weight kind=1 shape="[2560 1024]" offset=4121848832
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_output.weight kind=1 shape="[2048 2560]" offset=4127091712
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_q_norm.weight kind=0 shape=[256] offset=4137577472
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_q.weight kind=1 shape="[2560 2048]" offset=4137578496
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_v.weight kind=1 shape="[2560 1024]" offset=4148064256
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_norm.weight kind=0 shape=[2560] offset=4153307136
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_down.weight kind=1 shape="[10240 2560]" offset=4153317376
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4205746176
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_up.weight kind=1 shape="[2560 10240]" offset=4258174976
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.post_attention_norm.weight kind=0 shape=[2560] offset=4310603776
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.post_ffw_norm.weight kind=0 shape=[2560] offset=4310614016
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_norm.weight kind=0 shape=[2560] offset=4310624256
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_k_norm.weight kind=0 shape=[256] offset=4310634496
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_k.weight kind=1 shape="[2560 1024]" offset=4310635520
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_output.weight kind=1 shape="[2048 2560]" offset=4315878400
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_q_norm.weight kind=0 shape=[256] offset=4326364160
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_q.weight kind=1 shape="[2560 2048]" offset=4326365184
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_v.weight kind=1 shape="[2560 1024]" offset=4336850944
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_norm.weight kind=0 shape=[2560] offset=4342093824
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_down.weight kind=1 shape="[10240 2560]" offset=4342104064
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4394532864
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_up.weight kind=1 shape="[2560 10240]" offset=4446961664
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.post_attention_norm.weight kind=0 shape=[2560] offset=4499390464
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.post_ffw_norm.weight kind=0 shape=[2560] offset=4499400704
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_norm.weight kind=0 shape=[2560] offset=4499410944
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_k_norm.weight kind=0 shape=[256] offset=4499421184
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_k.weight kind=1 shape="[2560 1024]" offset=4499422208
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_output.weight kind=1 shape="[2048 2560]" offset=4504665088
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_q_norm.weight kind=0 shape=[256] offset=4515150848
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_q.weight kind=1 shape="[2560 2048]" offset=4515151872
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_v.weight kind=1 shape="[2560 1024]" offset=4525637632
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4530880512
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_k_norm.weight kind=0 shape=[256] offset=4583309312
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_k.weight kind=1 shape="[2560 1024]" offset=4583310336
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_output.weight kind=1 shape="[2048 2560]" offset=4588553216
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_q_norm.weight kind=0 shape=[256] offset=4599038976
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_q.weight kind=1 shape="[2560 2048]" offset=4599040000
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_v.weight kind=1 shape="[2560 1024]" offset=4609525760
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_norm.weight kind=0 shape=[2560] offset=4614768640
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_down.weight kind=1 shape="[10240 2560]" offset=4614778880
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_up.weight kind=1 shape="[2560 10240]" offset=4667207680
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.post_attention_norm.weight kind=0 shape=[2560] offset=4719636480
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.post_ffw_norm.weight kind=0 shape=[2560] offset=4719646720
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_norm.weight kind=0 shape=[2560] offset=4719656960
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_norm.weight kind=0 shape=[2560] offset=4719667200
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_down.weight kind=1 shape="[10240 2560]" offset=4719677440
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4772106240
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_up.weight kind=1 shape="[2560 10240]" offset=4824535040
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.post_attention_norm.weight kind=0 shape=[2560] offset=4876963840
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.post_ffw_norm.weight kind=0 shape=[2560] offset=4876974080
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_norm.weight kind=0 shape=[2560] offset=4876984320
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_k_norm.weight kind=0 shape=[256] offset=4876994560
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_k.weight kind=1 shape="[2560 1024]" offset=4876995584
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_output.weight kind=1 shape="[2048 2560]" offset=4882238464
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_q_norm.weight kind=0 shape=[256] offset=4892724224
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_q.weight kind=1 shape="[2560 2048]" offset=4892725248
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_v.weight kind=1 shape="[2560 1024]" offset=4903211008
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_norm.weight kind=0 shape=[2560] offset=4908453888
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_down.weight kind=1 shape="[10240 2560]" offset=4908464128
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4960892928
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_up.weight kind=1 shape="[2560 10240]" offset=5013321728
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.post_attention_norm.weight kind=0 shape=[2560] offset=5065750528
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.post_ffw_norm.weight kind=0 shape=[2560] offset=5065760768
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_norm.weight kind=0 shape=[2560] offset=5065771008
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_k_norm.weight kind=0 shape=[256] offset=5065781248
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_k.weight kind=1 shape="[2560 1024]" offset=5065782272
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_output.weight kind=1 shape="[2048 2560]" offset=5071025152
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_q_norm.weight kind=0 shape=[256] offset=5081510912
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_q.weight kind=1 shape="[2560 2048]" offset=5081511936
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_v.weight kind=1 shape="[2560 1024]" offset=5091997696
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_norm.weight kind=0 shape=[2560] offset=5097240576
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_down.weight kind=1 shape="[10240 2560]" offset=5097250816
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5149679616
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_up.weight kind=1 shape="[2560 10240]" offset=5202108416
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.post_attention_norm.weight kind=0 shape=[2560] offset=5254537216
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.post_ffw_norm.weight kind=0 shape=[2560] offset=5254547456
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_norm.weight kind=0 shape=[2560] offset=5254557696
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_k_norm.weight kind=0 shape=[256] offset=5254567936
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_k.weight kind=1 shape="[2560 1024]" offset=5254568960
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_output.weight kind=1 shape="[2048 2560]" offset=5259811840
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_q_norm.weight kind=0 shape=[256] offset=5270297600
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_q.weight kind=1 shape="[2560 2048]" offset=5270298624
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_v.weight kind=1 shape="[2560 1024]" offset=5280784384
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_norm.weight kind=0 shape=[2560] offset=5286027264
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_down.weight kind=1 shape="[10240 2560]" offset=5286037504
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5338466304
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_up.weight kind=1 shape="[2560 10240]" offset=5390895104
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.post_attention_norm.weight kind=0 shape=[2560] offset=5443323904
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.post_ffw_norm.weight kind=0 shape=[2560] offset=5443334144
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_norm.weight kind=0 shape=[2560] offset=5443344384
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_k_norm.weight kind=0 shape=[256] offset=5443354624
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_k.weight kind=1 shape="[2560 1024]" offset=5443355648
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_output.weight kind=1 shape="[2048 2560]" offset=5448598528
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_q_norm.weight kind=0 shape=[256] offset=5459084288
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_q.weight kind=1 shape="[2560 2048]" offset=5459085312
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_v.weight kind=1 shape="[2560 1024]" offset=5469571072
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_norm.weight kind=0 shape=[2560] offset=5474813952
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_down.weight kind=1 shape="[10240 2560]" offset=5474824192
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5527252992
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_up.weight kind=1 shape="[2560 10240]" offset=5579681792
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.post_attention_norm.weight kind=0 shape=[2560] offset=5632110592
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.post_ffw_norm.weight kind=0 shape=[2560] offset=5632120832
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_norm.weight kind=0 shape=[2560] offset=5632131072
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_k_norm.weight kind=0 shape=[256] offset=5632141312
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_k.weight kind=1 shape="[2560 1024]" offset=5632142336
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_output.weight kind=1 shape="[2048 2560]" offset=5637385216
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_q_norm.weight kind=0 shape=[256] offset=5647870976
time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_q.weight kind=1 shape="[2560 2048]" offset=5647872000
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_v.weight kind=1 shape="[2560 1024]" offset=5658357760
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_norm.weight kind=0 shape=[2560] offset=5663600640
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_down.weight kind=1 shape="[10240 2560]" offset=5663610880
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5716039680
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_up.weight kind=1 shape="[2560 10240]" offset=5768468480
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.post_attention_norm.weight kind=0 shape=[2560] offset=5820897280
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.post_ffw_norm.weight kind=0 shape=[2560] offset=5820907520
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_norm.weight kind=0 shape=[2560] offset=5820917760
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_k_norm.weight kind=0 shape=[256] offset=5820928000
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_k.weight kind=1 shape="[2560 1024]" offset=5820929024
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_output.weight kind=1 shape="[2048 2560]" offset=5826171904
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_q_norm.weight kind=0 shape=[256] offset=5836657664
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_q.weight kind=1 shape="[2560 2048]" offset=5836658688
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_v.weight kind=1 shape="[2560 1024]" offset=5847144448
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_norm.weight kind=0 shape=[2560] offset=5852387328
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_down.weight kind=1 shape="[10240 2560]" offset=5852397568
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5904826368
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_up.weight kind=1 shape="[2560 10240]" offset=5957255168
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.post_attention_norm.weight kind=0 shape=[2560] offset=6009683968
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.post_ffw_norm.weight kind=0 shape=[2560] offset=6009694208
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_norm.weight kind=0 shape=[2560] offset=6009704448
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_k_norm.weight kind=0 shape=[256] offset=6009714688
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_k.weight kind=1 shape="[2560 1024]" offset=6009715712
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_output.weight kind=1 shape="[2048 2560]" offset=6014958592
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_q_norm.weight kind=0 shape=[256] offset=6025444352
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_q.weight kind=1 shape="[2560 2048]" offset=6025445376
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_v.weight kind=1 shape="[2560 1024]" offset=6035931136
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_norm.weight kind=0 shape=[2560] offset=6041174016
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_down.weight kind=1 shape="[10240 2560]" offset=6041184256
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_gate.weight kind=1 shape="[2560 10240]" offset=6093613056
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_up.weight kind=1 shape="[2560 10240]" offset=6146041856
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.post_attention_norm.weight kind=0 shape=[2560] offset=6198470656
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.post_ffw_norm.weight kind=0 shape=[2560] offset=6198480896
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_norm.weight kind=0 shape=[2560] offset=6198491136
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_k_norm.weight kind=0 shape=[256] offset=6198501376
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_k.weight kind=1 shape="[2560 1024]" offset=6198502400
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_output.weight kind=1 shape="[2048 2560]" offset=6203745280
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_q_norm.weight kind=0 shape=[256] offset=6214231040
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_q.weight kind=1 shape="[2560 2048]" offset=6214232064
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_v.weight kind=1 shape="[2560 1024]" offset=6224717824
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_norm.weight kind=0 shape=[2560] offset=6229960704
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_down.weight kind=1 shape="[10240 2560]" offset=6229970944
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_gate.weight kind=1 shape="[2560 10240]" offset=6282399744
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_up.weight kind=1 shape="[2560 10240]" offset=6334828544
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.post_attention_norm.weight kind=0 shape=[2560] offset=6387257344
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.post_ffw_norm.weight kind=0 shape=[2560] offset=6387267584
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_norm.weight kind=0 shape=[2560] offset=6387277824
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_k_norm.weight kind=0 shape=[256] offset=6387288064
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_k.weight kind=1 shape="[2560 1024]" offset=6387289088
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_output.weight kind=1 shape="[2048 2560]" offset=6392531968
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_q_norm.weight kind=0 shape=[256] offset=6403017728
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_q.weight kind=1 shape="[2560 2048]" offset=6403018752
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_v.weight kind=1 shape="[2560 1024]" offset=6413504512
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=mm.mm_input_projection.weight kind=1 shape="[2560 1152]" offset=6418747392
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=mm.mm_soft_emb_norm.weight kind=0 shape=[1152] offset=6424645632
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.patch_embedding.bias kind=0 shape=[1152] offset=6424650240
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.patch_embedding.weight kind=1 shape="[14 14 3 1152]" offset=6424654848
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.position_embedding.weight kind=1 shape="[1152 4096]" offset=6426009600
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm1.bias kind=0 shape=[1152] offset=6435446784
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm1.weight kind=0 shape=[1152] offset=6435451392
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm2.bias kind=0 shape=[1152] offset=6435456000
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm2.weight kind=0 shape=[1152] offset=6435460608
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc1.bias kind=0 shape=[4304] offset=6435465216
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6435482432
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc2.bias kind=0 shape=[1152] offset=6445398848
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6445403456
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_k.bias kind=0 shape=[1152] offset=6455319872
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_k.weight kind=1 shape="[1152 1152]" offset=6455324480
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_output.bias kind=0 shape=[1152] offset=6457978688
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_output.weight kind=1 shape="[1152 1152]" offset=6457983296
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_q.bias kind=0 shape=[1152] offset=6460637504
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_q.weight kind=1 shape="[1152 1152]" offset=6460642112
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_v.bias kind=0 shape=[1152] offset=6463296320
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_v.weight kind=1 shape="[1152 1152]" offset=6463300928
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm1.bias kind=0 shape=[1152] offset=6465955136
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm1.weight kind=0 shape=[1152] offset=6465959744
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm2.bias kind=0 shape=[1152] offset=6465964352
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm2.weight kind=0 shape=[1152] offset=6465968960
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc1.bias kind=0 shape=[4304] offset=6465973568
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6465990784
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc2.bias kind=0 shape=[1152] offset=6475907200
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6475911808
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_k.bias kind=0 shape=[1152] offset=6485828224
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_k.weight kind=1 shape="[1152 1152]" offset=6485832832
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_output.bias kind=0 shape=[1152] offset=6488487040
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_output.weight kind=1 shape="[1152 1152]" offset=6488491648
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_q.bias kind=0 shape=[1152] offset=6491145856
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_q.weight kind=1 shape="[1152 1152]" offset=6491150464
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_v.bias kind=0 shape=[1152] offset=6493804672
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_v.weight kind=1 shape="[1152 1152]" offset=6493809280
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm1.bias kind=0 shape=[1152] offset=6496463488
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm1.weight kind=0 shape=[1152] offset=6496468096
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm2.bias kind=0 shape=[1152] offset=6496472704
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm2.weight kind=0 shape=[1152] offset=6496477312
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc1.bias kind=0 shape=[4304] offset=6496481920
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6496499136
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc2.bias kind=0 shape=[1152] offset=6506415552
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6506420160
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_k.bias kind=0 shape=[1152] offset=6516336576
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_k.weight kind=1 shape="[1152 1152]" offset=6516341184
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_output.bias kind=0 shape=[1152] offset=6518995392
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_output.weight kind=1 shape="[1152 1152]" offset=6519000000
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_q.bias kind=0 shape=[1152] offset=6521654208
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_q.weight kind=1 shape="[1152 1152]" offset=6521658816
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_v.bias kind=0 shape=[1152] offset=6524313024
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_v.weight kind=1 shape="[1152 1152]" offset=6524317632
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm1.bias kind=0 shape=[1152] offset=6526971840
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm1.weight kind=0 shape=[1152] offset=6526976448
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm2.bias kind=0 shape=[1152] offset=6526981056
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm2.weight kind=0 shape=[1152] offset=6526985664
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc1.bias kind=0 shape=[4304] offset=6526990272
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6527007488
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc2.bias kind=0 shape=[1152] offset=6536923904
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6536928512
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_k.bias kind=0 shape=[1152] offset=6546844928
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_k.weight kind=1 shape="[1152 1152]" offset=6546849536
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_output.bias kind=0 shape=[1152] offset=6549503744
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_output.weight kind=1 shape="[1152 1152]" offset=6549508352
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_q.bias kind=0 shape=[1152] offset=6552162560
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_q.weight kind=1 shape="[1152 1152]" offset=6552167168
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_v.bias kind=0 shape=[1152] offset=6554821376
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_v.weight kind=1 shape="[1152 1152]" offset=6554825984
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm1.bias kind=0 shape=[1152] offset=6557480192
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm1.weight kind=0 shape=[1152] offset=6557484800
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm2.bias kind=0 shape=[1152] offset=6557489408
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm2.weight kind=0 shape=[1152] offset=6557494016
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc1.bias kind=0 shape=[4304] offset=6557498624
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6557515840
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc2.bias kind=0 shape=[1152] offset=6567432256
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6567436864
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_k.bias kind=0 shape=[1152] offset=6577353280
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_k.weight kind=1 shape="[1152 1152]" offset=6577357888
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_output.bias kind=0 shape=[1152] offset=6580012096
time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_output.weight kind=1 shape="[1152 1152]" offset=6580016704
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_q.bias kind=0 shape=[1152] offset=6582670912
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_q.weight kind=1 shape="[1152 1152]" offset=6582675520
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_v.bias kind=0 shape=[1152] offset=6585329728
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_v.weight kind=1 shape="[1152 1152]" offset=6585334336
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm1.bias kind=0 shape=[1152] offset=6587988544
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm1.weight kind=0 shape=[1152] offset=6587993152
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm2.bias kind=0 shape=[1152] offset=6587997760
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm2.weight kind=0 shape=[1152] offset=6588002368
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc1.bias kind=0 shape=[4304] offset=6588006976
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6588024192
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc2.bias kind=0 shape=[1152] offset=6597940608
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6597945216
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_k.bias kind=0 shape=[1152] offset=6607861632
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_k.weight kind=1 shape="[1152 1152]" offset=6607866240
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_output.bias kind=0 shape=[1152] offset=6610520448
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_output.weight kind=1 shape="[1152 1152]" offset=6610525056
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_q.bias kind=0 shape=[1152] offset=6613179264
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_q.weight kind=1 shape="[1152 1152]" offset=6613183872
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_v.bias kind=0 shape=[1152] offset=6615838080
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_v.weight kind=1 shape="[1152 1152]" offset=6615842688
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm1.bias kind=0 shape=[1152] offset=6618496896
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm1.weight kind=0 shape=[1152] offset=6618501504
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm2.bias kind=0 shape=[1152] offset=6618506112
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm2.weight kind=0 shape=[1152] offset=6618510720
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc1.bias kind=0 shape=[4304] offset=6618515328
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6618532544
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc2.bias kind=0 shape=[1152] offset=6628448960
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6628453568
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_k.bias kind=0 shape=[1152] offset=6638369984
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_k.weight kind=1 shape="[1152 1152]" offset=6638374592
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_output.bias kind=0 shape=[1152] offset=6641028800
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_output.weight kind=1 shape="[1152 1152]" offset=6641033408
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_q.bias kind=0 shape=[1152] offset=6643687616
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_q.weight kind=1 shape="[1152 1152]" offset=6643692224
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_v.bias kind=0 shape=[1152] offset=6646346432
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_v.weight kind=1 shape="[1152 1152]" offset=6646351040
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm1.bias kind=0 shape=[1152] offset=6649005248
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm1.weight kind=0 shape=[1152] offset=6649009856
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm2.bias kind=0 shape=[1152] offset=6649014464
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm2.weight kind=0 shape=[1152] offset=6649019072
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc1.bias kind=0 shape=[4304] offset=6649023680
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6649040896
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc2.bias kind=0 shape=[1152] offset=6658957312
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6658961920
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_k.bias kind=0 shape=[1152] offset=6668878336
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_k.weight kind=1 shape="[1152 1152]" offset=6668882944
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_output.bias kind=0 shape=[1152] offset=6671537152
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_output.weight kind=1 shape="[1152 1152]" offset=6671541760
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_q.bias kind=0 shape=[1152] offset=6674195968
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_q.weight kind=1 shape="[1152 1152]" offset=6674200576
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_v.bias kind=0 shape=[1152] offset=6676854784
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_v.weight kind=1 shape="[1152 1152]" offset=6676859392
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm1.bias kind=0 shape=[1152] offset=6679513600
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm1.weight kind=0 shape=[1152] offset=6679518208
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm2.bias kind=0 shape=[1152] offset=6679522816
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm2.weight kind=0 shape=[1152] offset=6679527424
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc1.bias kind=0 shape=[4304] offset=6679532032
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6679549248
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc2.bias kind=0 shape=[1152] offset=6689465664
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6689470272
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_k.bias kind=0 shape=[1152] offset=6699386688
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_k.weight kind=1 shape="[1152 1152]" offset=6699391296
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_output.bias kind=0 shape=[1152] offset=6702045504
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_output.weight kind=1 shape="[1152 1152]" offset=6702050112
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_q.bias kind=0 shape=[1152] offset=6704704320
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_q.weight kind=1 shape="[1152 1152]" offset=6704708928
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_v.bias kind=0 shape=[1152] offset=6707363136
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_v.weight kind=1 shape="[1152 1152]" offset=6707367744
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm1.bias kind=0 shape=[1152] offset=6710021952
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm1.weight kind=0 shape=[1152] offset=6710026560
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm2.bias kind=0 shape=[1152] offset=6710031168
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm2.weight kind=0 shape=[1152] offset=6710035776
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc1.bias kind=0 shape=[4304] offset=6710040384
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6710057600
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc2.bias kind=0 shape=[1152] offset=6719974016
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6719978624
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_k.bias kind=0 shape=[1152] offset=6729895040
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_k.weight kind=1 shape="[1152 1152]" offset=6729899648
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_output.bias kind=0 shape=[1152] offset=6732553856
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_output.weight kind=1 shape="[1152 1152]" offset=6732558464
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_q.bias kind=0 shape=[1152] offset=6735212672
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_q.weight kind=1 shape="[1152 1152]" offset=6735217280
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_v.bias kind=0 shape=[1152] offset=6737871488
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_v.weight kind=1 shape="[1152 1152]" offset=6737876096
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm1.bias kind=0 shape=[1152] offset=6740530304
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm1.weight kind=0 shape=[1152] offset=6740534912
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm2.bias kind=0 shape=[1152] offset=6740539520
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm2.weight kind=0 shape=[1152] offset=6740544128
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc1.bias kind=0 shape=[4304] offset=6740548736
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6740565952
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc2.bias kind=0 shape=[1152] offset=6750482368
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6750486976
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_k.bias kind=0 shape=[1152] offset=6760403392
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_k.weight kind=1 shape="[1152 1152]" offset=6760408000
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_output.bias kind=0 shape=[1152] offset=6763062208
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_output.weight kind=1 shape="[1152 1152]" offset=6763066816
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_q.bias kind=0 shape=[1152] offset=6765721024
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_q.weight kind=1 shape="[1152 1152]" offset=6765725632
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_v.bias kind=0 shape=[1152] offset=6768379840
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_v.weight kind=1 shape="[1152 1152]" offset=6768384448
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm1.bias kind=0 shape=[1152] offset=6771038656
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm1.weight kind=0 shape=[1152] offset=6771043264
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm2.bias kind=0 shape=[1152] offset=6771047872
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm2.weight kind=0 shape=[1152] offset=6771052480
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc1.bias kind=0 shape=[4304] offset=6771057088
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6771074304
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc2.bias kind=0 shape=[1152] offset=6780990720
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6780995328
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_k.bias kind=0 shape=[1152] offset=6790911744
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_k.weight kind=1 shape="[1152 1152]" offset=6790916352
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_output.bias kind=0 shape=[1152] offset=6793570560
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_output.weight kind=1 shape="[1152 1152]" offset=6793575168
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_q.bias kind=0 shape=[1152] offset=6796229376
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_q.weight kind=1 shape="[1152 1152]" offset=6796233984
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_v.bias kind=0 shape=[1152] offset=6798888192
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_v.weight kind=1 shape="[1152 1152]" offset=6798892800
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm1.bias kind=0 shape=[1152] offset=6801547008
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm1.weight kind=0 shape=[1152] offset=6801551616
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm2.bias kind=0 shape=[1152] offset=6801556224
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm2.weight kind=0 shape=[1152] offset=6801560832
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc1.bias kind=0 shape=[4304] offset=6801565440
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6801582656
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc2.bias kind=0 shape=[1152] offset=6811499072
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6811503680
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_k.bias kind=0 shape=[1152] offset=6821420096
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_k.weight kind=1 shape="[1152 1152]" offset=6821424704
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_output.bias kind=0 shape=[1152] offset=6824078912
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_output.weight kind=1 shape="[1152 1152]" offset=6824083520
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_q.bias kind=0 shape=[1152] offset=6826737728
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_q.weight kind=1 shape="[1152 1152]" offset=6826742336
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_v.bias kind=0 shape=[1152] offset=6829396544
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_v.weight kind=1 shape="[1152 1152]" offset=6829401152
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm1.bias kind=0 shape=[1152] offset=6832055360
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm1.weight kind=0 shape=[1152] offset=6832059968
time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm2.bias kind=0 shape=[1152] offset=6832064576
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm2.weight kind=0 shape=[1152] offset=6832069184
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc1.bias kind=0 shape=[4304] offset=6832073792
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6832091008
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc2.bias kind=0 shape=[1152] offset=6842007424
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6842012032
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_k.bias kind=0 shape=[1152] offset=6851928448
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_k.weight kind=1 shape="[1152 1152]" offset=6851933056
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_output.bias kind=0 shape=[1152] offset=6854587264
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_output.weight kind=1 shape="[1152 1152]" offset=6854591872
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_q.bias kind=0 shape=[1152] offset=6857246080
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_q.weight kind=1 shape="[1152 1152]" offset=6857250688
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_v.bias kind=0 shape=[1152] offset=6859904896
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_v.weight kind=1 shape="[1152 1152]" offset=6859909504
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm1.bias kind=0 shape=[1152] offset=6862563712
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm1.weight kind=0 shape=[1152] offset=6862568320
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm2.bias kind=0 shape=[1152] offset=6862572928
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm2.weight kind=0 shape=[1152] offset=6862577536
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc1.bias kind=0 shape=[4304] offset=6862582144
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6862599360
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc2.bias kind=0 shape=[1152] offset=6872515776
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6872520384
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_k.bias kind=0 shape=[1152] offset=6882436800
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_k.weight kind=1 shape="[1152 1152]" offset=6882441408
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_output.bias kind=0 shape=[1152] offset=6885095616
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_output.weight kind=1 shape="[1152 1152]" offset=6885100224
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_q.bias kind=0 shape=[1152] offset=6887754432
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_q.weight kind=1 shape="[1152 1152]" offset=6887759040
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_v.bias kind=0 shape=[1152] offset=6890413248
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_v.weight kind=1 shape="[1152 1152]" offset=6890417856
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm1.bias kind=0 shape=[1152] offset=6893072064
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm1.weight kind=0 shape=[1152] offset=6893076672
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm2.bias kind=0 shape=[1152] offset=6893081280
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm2.weight kind=0 shape=[1152] offset=6893085888
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc1.bias kind=0 shape=[4304] offset=6893090496
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6893107712
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc2.bias kind=0 shape=[1152] offset=6903024128
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6903028736
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_k.bias kind=0 shape=[1152] offset=6912945152
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_k.weight kind=1 shape="[1152 1152]" offset=6912949760
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_output.bias kind=0 shape=[1152] offset=6915603968
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_output.weight kind=1 shape="[1152 1152]" offset=6915608576
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_q.bias kind=0 shape=[1152] offset=6918262784
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_q.weight kind=1 shape="[1152 1152]" offset=6918267392
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_v.bias kind=0 shape=[1152] offset=6920921600
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_v.weight kind=1 shape="[1152 1152]" offset=6920926208
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm1.bias kind=0 shape=[1152] offset=6923580416
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm1.weight kind=0 shape=[1152] offset=6923585024
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm2.bias kind=0 shape=[1152] offset=6923589632
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm2.weight kind=0 shape=[1152] offset=6923594240
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc1.bias kind=0 shape=[4304] offset=6923598848
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6923616064
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc2.bias kind=0 shape=[1152] offset=6933532480
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6933537088
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_k.bias kind=0 shape=[1152] offset=6943453504
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_k.weight kind=1 shape="[1152 1152]" offset=6943458112
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_output.bias kind=0 shape=[1152] offset=6946112320
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_output.weight kind=1 shape="[1152 1152]" offset=6946116928
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_q.bias kind=0 shape=[1152] offset=6948771136
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_q.weight kind=1 shape="[1152 1152]" offset=6948775744
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_v.bias kind=0 shape=[1152] offset=6951429952
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_v.weight kind=1 shape="[1152 1152]" offset=6951434560
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm1.bias kind=0 shape=[1152] offset=6954088768
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm1.weight kind=0 shape=[1152] offset=6954093376
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm2.bias kind=0 shape=[1152] offset=6954097984
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm2.weight kind=0 shape=[1152] offset=6954102592
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc1.bias kind=0 shape=[4304] offset=6954107200
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6954124416
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc2.bias kind=0 shape=[1152] offset=6964040832
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6964045440
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_k.bias kind=0 shape=[1152] offset=6973961856
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_k.weight kind=1 shape="[1152 1152]" offset=6973966464
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_output.bias kind=0 shape=[1152] offset=6976620672
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_output.weight kind=1 shape="[1152 1152]" offset=6976625280
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_q.bias kind=0 shape=[1152] offset=6979279488
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_q.weight kind=1 shape="[1152 1152]" offset=6979284096
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_v.bias kind=0 shape=[1152] offset=6981938304
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_v.weight kind=1 shape="[1152 1152]" offset=6981942912
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm1.bias kind=0 shape=[1152] offset=6984597120
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm1.weight kind=0 shape=[1152] offset=6984601728
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm2.bias kind=0 shape=[1152] offset=6984606336
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm2.weight kind=0 shape=[1152] offset=6984610944
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc1.bias kind=0 shape=[4304] offset=6984615552
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6984632768
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc2.bias kind=0 shape=[1152] offset=6994549184
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6994553792
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_k.bias kind=0 shape=[1152] offset=7004470208
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_k.weight kind=1 shape="[1152 1152]" offset=7004474816
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_output.bias kind=0 shape=[1152] offset=7007129024
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_output.weight kind=1 shape="[1152 1152]" offset=7007133632
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_q.bias kind=0 shape=[1152] offset=7009787840
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_q.weight kind=1 shape="[1152 1152]" offset=7009792448
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_v.bias kind=0 shape=[1152] offset=7012446656
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_v.weight kind=1 shape="[1152 1152]" offset=7012451264
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm1.bias kind=0 shape=[1152] offset=7015105472
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm1.weight kind=0 shape=[1152] offset=7015110080
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm2.bias kind=0 shape=[1152] offset=7015114688
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm2.weight kind=0 shape=[1152] offset=7015119296
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc1.bias kind=0 shape=[4304] offset=7015123904
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7015141120
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc2.bias kind=0 shape=[1152] offset=7025057536
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7025062144
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_k.bias kind=0 shape=[1152] offset=7034978560
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_k.weight kind=1 shape="[1152 1152]" offset=7034983168
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_output.bias kind=0 shape=[1152] offset=7037637376
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_output.weight kind=1 shape="[1152 1152]" offset=7037641984
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_q.bias kind=0 shape=[1152] offset=7040296192
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_q.weight kind=1 shape="[1152 1152]" offset=7040300800
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_v.bias kind=0 shape=[1152] offset=7042955008
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_v.weight kind=1 shape="[1152 1152]" offset=7042959616
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm1.bias kind=0 shape=[1152] offset=7045613824
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm1.weight kind=0 shape=[1152] offset=7045618432
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm2.bias kind=0 shape=[1152] offset=7045623040
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm2.weight kind=0 shape=[1152] offset=7045627648
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc1.bias kind=0 shape=[4304] offset=7045632256
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7045649472
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc2.bias kind=0 shape=[1152] offset=7055565888
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7055570496
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_k.bias kind=0 shape=[1152] offset=7065486912
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_k.weight kind=1 shape="[1152 1152]" offset=7065491520
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_output.bias kind=0 shape=[1152] offset=7068145728
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_output.weight kind=1 shape="[1152 1152]" offset=7068150336
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_q.bias kind=0 shape=[1152] offset=7070804544
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_q.weight kind=1 shape="[1152 1152]" offset=7070809152
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_v.bias kind=0 shape=[1152] offset=7073463360
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_v.weight kind=1 shape="[1152 1152]" offset=7073467968
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm1.bias kind=0 shape=[1152] offset=7076122176
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm1.weight kind=0 shape=[1152] offset=7076126784
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm2.bias kind=0 shape=[1152] offset=7076131392
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm2.weight kind=0 shape=[1152] offset=7076136000
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc1.bias kind=0 shape=[4304] offset=7076140608
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7076157824
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc2.bias kind=0 shape=[1152] offset=7086074240
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7086078848
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_k.bias kind=0 shape=[1152] offset=7095995264
time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_k.weight kind=1 shape="[1152 1152]" offset=7095999872
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_output.bias kind=0 shape=[1152] offset=7098654080
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_output.weight kind=1 shape="[1152 1152]" offset=7098658688
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_q.bias kind=0 shape=[1152] offset=7101312896
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_q.weight kind=1 shape="[1152 1152]" offset=7101317504
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_v.bias kind=0 shape=[1152] offset=7103971712
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_v.weight kind=1 shape="[1152 1152]" offset=7103976320
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm1.bias kind=0 shape=[1152] offset=7106630528
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm1.weight kind=0 shape=[1152] offset=7106635136
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm2.bias kind=0 shape=[1152] offset=7106639744
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm2.weight kind=0 shape=[1152] offset=7106644352
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc1.bias kind=0 shape=[4304] offset=7106648960
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7106666176
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc2.bias kind=0 shape=[1152] offset=7116582592
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7116587200
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_k.bias kind=0 shape=[1152] offset=7126503616
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_k.weight kind=1 shape="[1152 1152]" offset=7126508224
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_output.bias kind=0 shape=[1152] offset=7129162432
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_output.weight kind=1 shape="[1152 1152]" offset=7129167040
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_q.bias kind=0 shape=[1152] offset=7131821248
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_q.weight kind=1 shape="[1152 1152]" offset=7131825856
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_v.bias kind=0 shape=[1152] offset=7134480064
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_v.weight kind=1 shape="[1152 1152]" offset=7134484672
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm1.bias kind=0 shape=[1152] offset=7137138880
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm1.weight kind=0 shape=[1152] offset=7137143488
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm2.bias kind=0 shape=[1152] offset=7137148096
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm2.weight kind=0 shape=[1152] offset=7137152704
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc1.bias kind=0 shape=[4304] offset=7137157312
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7137174528
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc2.bias kind=0 shape=[1152] offset=7147090944
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7147095552
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_k.bias kind=0 shape=[1152] offset=7157011968
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_k.weight kind=1 shape="[1152 1152]" offset=7157016576
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_output.bias kind=0 shape=[1152] offset=7159670784
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_output.weight kind=1 shape="[1152 1152]" offset=7159675392
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_q.bias kind=0 shape=[1152] offset=7162329600
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_q.weight kind=1 shape="[1152 1152]" offset=7162334208
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_v.bias kind=0 shape=[1152] offset=7164988416
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_v.weight kind=1 shape="[1152 1152]" offset=7164993024
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm1.bias kind=0 shape=[1152] offset=7167647232
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm1.weight kind=0 shape=[1152] offset=7167651840
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm2.bias kind=0 shape=[1152] offset=7167656448
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm2.weight kind=0 shape=[1152] offset=7167661056
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc1.bias kind=0 shape=[4304] offset=7167665664
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7167682880
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc2.bias kind=0 shape=[1152] offset=7177599296
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7177603904
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_k.bias kind=0 shape=[1152] offset=7187520320
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_k.weight kind=1 shape="[1152 1152]" offset=7187524928
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_output.bias kind=0 shape=[1152] offset=7190179136
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_output.weight kind=1 shape="[1152 1152]" offset=7190183744
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_q.bias kind=0 shape=[1152] offset=7192837952
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_q.weight kind=1 shape="[1152 1152]" offset=7192842560
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_v.bias kind=0 shape=[1152] offset=7195496768
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_v.weight kind=1 shape="[1152 1152]" offset=7195501376
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm1.bias kind=0 shape=[1152] offset=7198155584
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm1.weight kind=0 shape=[1152] offset=7198160192
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm2.bias kind=0 shape=[1152] offset=7198164800
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm2.weight kind=0 shape=[1152] offset=7198169408
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc1.bias kind=0 shape=[4304] offset=7198174016
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7198191232
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc2.bias kind=0 shape=[1152] offset=7208107648
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7208112256
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_k.bias kind=0 shape=[1152] offset=7218028672
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_k.weight kind=1 shape="[1152 1152]" offset=7218033280
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_output.bias kind=0 shape=[1152] offset=7220687488
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_output.weight kind=1 shape="[1152 1152]" offset=7220692096
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_q.bias kind=0 shape=[1152] offset=7223346304
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_q.weight kind=1 shape="[1152 1152]" offset=7223350912
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_v.bias kind=0 shape=[1152] offset=7226005120
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_v.weight kind=1 shape="[1152 1152]" offset=7226009728
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm1.bias kind=0 shape=[1152] offset=7228663936
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm1.weight kind=0 shape=[1152] offset=7228668544
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm2.bias kind=0 shape=[1152] offset=7228673152
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm2.weight kind=0 shape=[1152] offset=7228677760
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc1.bias kind=0 shape=[4304] offset=7228682368
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7228699584
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc2.bias kind=0 shape=[1152] offset=7238616000
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7238620608
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_k.bias kind=0 shape=[1152] offset=7248537024
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_k.weight kind=1 shape="[1152 1152]" offset=7248541632
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_output.bias kind=0 shape=[1152] offset=7251195840
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_output.weight kind=1 shape="[1152 1152]" offset=7251200448
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_q.bias kind=0 shape=[1152] offset=7253854656
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_q.weight kind=1 shape="[1152 1152]" offset=7253859264
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_v.bias kind=0 shape=[1152] offset=7256513472
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_v.weight kind=1 shape="[1152 1152]" offset=7256518080
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.post_layernorm.bias kind=0 shape=[1152] offset=7259172288
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.post_layernorm.weight kind=0 shape=[1152] offset=7259176896
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=token_embd.weight kind=1 shape="[2560 262208]" offset=7259181504
time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=output_norm.weight kind=0 shape=[2560] offset=8601686464
time=2025-05-14T10:07:50.439+02:00 level=WARN source=ggml.go:152 msg="key not found" key=general.alignment default=32
time=2025-05-14T10:07:50.465+02:00 level=DEBUG source=model.go:85 msg="template detection" error="no matching template found" template="{{ bos_token }}\n{%- set loop_messages = messages -%}\n{%- for message in loop_messages -%}\n    {%- if message['role'] == 'system' -%}\n        {%- set role = 'user' -%}\n    {%- elif message['role'] == 'assistant' -%}\n        {%- set role = 'model' -%}\n    {%- else -%}\n        {%- set role = message['role'] -%}\n    {%- endif -%}\n    \n    {%- if (role == 'user') != (loop.index0 % 2 == 0) -%}\n        {{ raise_exception(\"Conversation roles must alternate user/assistant/user/assistant/...\") }}\n    {%- endif -%}\n    \n    {{ '<start_of_turn>' + role + '\\n' }}\n    {%- if message['content'] is string -%}\n        {{ message['content'] | trim }}\n    {%- elif message['content'] is iterable -%}\n        {%- for item in message['content'] -%}\n            {%- if item['type'] == 'image' -%}\n                {{ '<start_of_image>' }}\n            {%- elif item['type'] == 'text' -%}\n                {{ item['text'] | trim }}\n            {%- endif -%}\n        {%- endfor -%}\n    {%- else -%}\n        {{ raise_exception(\"Invalid content type\") }}\n    {%- endif -%}\n    {{ '<end_of_turn>\\n' }}\n{%- endfor -%}\n{%- if add_generation_prompt -%}\n    {{'<start_of_turn>model\\n'}}\n{%- endif -%}\n"
llama_model_loader: loaded meta data with 36 key-value pairs and 883 tensors from /home/bert/.ollama/models/blobs/sha256-cc8a915fb79e9ecbb52f1f87b109d1a1f8352f69811868e9c3199aee321bffa2 (version GGUF V3 (latest))
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
llama_model_loader: - kv   0:                gemma3.attention.head_count u32              = 8
llama_model_loader: - kv   1:             gemma3.attention.head_count_kv u32              = 4
llama_model_loader: - kv   2:                gemma3.attention.key_length u32              = 256
llama_model_loader: - kv   3:            gemma3.attention.sliding_window u32              = 1024
llama_model_loader: - kv   4:              gemma3.attention.value_length u32              = 256
llama_model_loader: - kv   5:                         gemma3.block_count u32              = 34
llama_model_loader: - kv   6:                      gemma3.context_length u32              = 131072
llama_model_loader: - kv   7:                    gemma3.embedding_length u32              = 2560
llama_model_loader: - kv   8:                 gemma3.feed_forward_length u32              = 10240
llama_model_loader: - kv   9:                 gemma3.mm.tokens_per_image u32              = 256
llama_model_loader: - kv  10:         gemma3.vision.attention.head_count u32              = 16
llama_model_loader: - kv  11: gemma3.vision.attention.layer_norm_epsilon f32              = 0.000001
llama_model_loader: - kv  12:                  gemma3.vision.block_count u32              = 27
llama_model_loader: - kv  13:             gemma3.vision.embedding_length u32              = 1152
llama_model_loader: - kv  14:          gemma3.vision.feed_forward_length u32              = 4304
llama_model_loader: - kv  15:                   gemma3.vision.image_size u32              = 896
llama_model_loader: - kv  16:                 gemma3.vision.num_channels u32              = 3
llama_model_loader: - kv  17:                   gemma3.vision.patch_size u32              = 14
llama_model_loader: - kv  18:                       general.architecture str              = gemma3
llama_model_loader: - kv  19:                          general.file_type u32              = 1
llama_model_loader: - kv  20:               general.quantization_version u32              = 2
llama_model_loader: - kv  21:                    tokenizer.chat_template str              = {{ bos_token }}\n{%- set loop_messages...
llama_model_loader: - kv  22:               tokenizer.ggml.add_bos_token bool             = true
llama_model_loader: - kv  23:               tokenizer.ggml.add_eos_token bool             = false
llama_model_loader: - kv  24:           tokenizer.ggml.add_padding_token bool             = false
llama_model_loader: - kv  25:           tokenizer.ggml.add_unknown_token bool             = false
llama_model_loader: - kv  26:                tokenizer.ggml.bos_token_id u32              = 2
llama_model_loader: - kv  27:                tokenizer.ggml.eos_token_id u32              = 1
llama_model_loader: - kv  28:                      tokenizer.ggml.merges arr[str,514906]  = ["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n", ...
llama_model_loader: - kv  29:                       tokenizer.ggml.model str              = llama
llama_model_loader: - kv  30:            tokenizer.ggml.padding_token_id u32              = 0
llama_model_loader: - kv  31:                         tokenizer.ggml.pre str              = default
llama_model_loader: - kv  32:                      tokenizer.ggml.scores arr[f32,262208]  = [0.000000, 0.000000, 0.000000, 0.0000...
llama_model_loader: - kv  33:                  tokenizer.ggml.token_type arr[i32,262208]  = [3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, ...
llama_model_loader: - kv  34:                      tokenizer.ggml.tokens arr[str,262208]  = ["<pad>", "<eos>", "<bos>", "<unk>", ...
llama_model_loader: - kv  35:            tokenizer.ggml.unknown_token_id u32              = 3
llama_model_loader: - type  f32:  479 tensors
llama_model_loader: - type  f16:  404 tensors
llama_model_quantize: failed to quantize: key not found in model: gemma3.attention.layer_norm_rms_epsilon
[GIN] 2025/05/14 - 10:07:51 | 200 |         1m20s |       127.0.0.1 | POST     "/api/create"
<!-- gh-comment-id:2879446114 --> @badbubi commented on GitHub (May 14, 2025): I have a similar problem with creating a quantized version from a fine tuned gemma3 model with vision. Model i try to quantize is a local copy of [https://huggingface.co/SicariusSicariiStuff/X-Ray_Alpha](https://huggingface.co/SicariusSicariiStuff/X-Ray_Alpha) ### Ollama output since 0.6.6 to 0.6.8 Output from ollama create: ``` $ ollama create x-ray_alpha:4b-q4_K_M_test --quantize q4_K_M -f ./x-ray_alpha.modelfile gathering model components copying file sha256:205409a7fcf90eb58cf1373b5546adf696b3bbd2fea7c97aeb71f659426dfb96 100% copying file sha256:f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d 100% copying file sha256:2f7b0adf4fb469770bb1490e3e35df87b1dc578246c5e7e6fc76ecf33213a397 100% copying file sha256:c3fc5323f93d13bb3f598cf0d5fade079353f8a5cb114255fb84e747bcd7b17c 100% copying file sha256:fff570ec7a2b621432b6e5d2e0db9851e520129ea4d1e36719c08a0debed1fab 100% copying file sha256:0e4c4728dd9c15390fd21f3d11b00f7a7f32d3728184b161bf0469281f5ae8cb 100% copying file sha256:57f8947469a3e8754b654fc46db6c1a9a929d1889c8ecd025b35e9409e05f578 100% copying file sha256:50b2f405ba56a26d4913fd772089992252d7f942123cc0a034d96424221ba946 100% copying file sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795 100% copying file sha256:99ad58632e48bf92f47767f24b91d0af9364f418a65dd11d1c215af2631f013f 100% copying file sha256:8613f8ee533e703de50c6ee3261b1b9bf26ec6440292126522fd144d52930d28 100% copying file sha256:7e28093ffba38237816048d33ea1a3ba1bc142518b2af3576393c1c272893a6b 100% copying file sha256:a8227e7625088e4a81a366e99ed666e591f06a5250e42b3f09f19bf28c7c237b 100% copying file sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53 100% copying file sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c 100% converting model quantizing F16 model to Q4_K_M Error: llama_model_quantize: 1 ``` ### Debug log from ollama 0.6.8 $ ollama create x-ray_alpha:4b-q4_K_M_test --quantize q4_K_M -f ./x-ray_alpha.modelfile ``` [GIN] 2025/05/14 - 10:05:26 | 200 | 34.54µs | 127.0.0.1 | HEAD "/" [GIN] 2025/05/14 - 10:06:25 | 201 | 1.957654444s | 127.0.0.1 | POST "/api/blobs/sha256:205409a7fcf90eb58cf1373b5546adf696b3bbd2fea7c97aeb71f659426dfb96" [GIN] 2025/05/14 - 10:06:25 | 201 | 128.969µs | 127.0.0.1 | POST "/api/blobs/sha256:f688d6bb20c5017601c4011de7ca656da8485b540b05013efdaf986c0fcc918d" [GIN] 2025/05/14 - 10:06:25 | 201 | 153.898µs | 127.0.0.1 | POST "/api/blobs/sha256:2f7b0adf4fb469770bb1490e3e35df87b1dc578246c5e7e6fc76ecf33213a397" [GIN] 2025/05/14 - 10:06:25 | 201 | 143.939µs | 127.0.0.1 | POST "/api/blobs/sha256:c3fc5323f93d13bb3f598cf0d5fade079353f8a5cb114255fb84e747bcd7b17c" [GIN] 2025/05/14 - 10:06:26 | 201 | 1.854149595s | 127.0.0.1 | POST "/api/blobs/sha256:fff570ec7a2b621432b6e5d2e0db9851e520129ea4d1e36719c08a0debed1fab" [GIN] 2025/05/14 - 10:06:28 | 201 | 1.87047694s | 127.0.0.1 | POST "/api/blobs/sha256:0e4c4728dd9c15390fd21f3d11b00f7a7f32d3728184b161bf0469281f5ae8cb" [GIN] 2025/05/14 - 10:06:28 | 201 | 175.938µs | 127.0.0.1 | POST "/api/blobs/sha256:57f8947469a3e8754b654fc46db6c1a9a929d1889c8ecd025b35e9409e05f578" [GIN] 2025/05/14 - 10:06:28 | 201 | 142.699µs | 127.0.0.1 | POST "/api/blobs/sha256:50b2f405ba56a26d4913fd772089992252d7f942123cc0a034d96424221ba946" [GIN] 2025/05/14 - 10:06:28 | 201 | 35.340225ms | 127.0.0.1 | POST "/api/blobs/sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795" [GIN] 2025/05/14 - 10:06:30 | 201 | 1.692091989s | 127.0.0.1 | POST "/api/blobs/sha256:99ad58632e48bf92f47767f24b91d0af9364f418a65dd11d1c215af2631f013f" [GIN] 2025/05/14 - 10:06:30 | 201 | 294.087µs | 127.0.0.1 | POST "/api/blobs/sha256:8613f8ee533e703de50c6ee3261b1b9bf26ec6440292126522fd144d52930d28" [GIN] 2025/05/14 - 10:06:30 | 201 | 1.204619ms | 127.0.0.1 | POST "/api/blobs/sha256:7e28093ffba38237816048d33ea1a3ba1bc142518b2af3576393c1c272893a6b" [GIN] 2025/05/14 - 10:06:31 | 201 | 786.93118ms | 127.0.0.1 | POST "/api/blobs/sha256:a8227e7625088e4a81a366e99ed666e591f06a5250e42b3f09f19bf28c7c237b" [GIN] 2025/05/14 - 10:06:31 | 201 | 171.408µs | 127.0.0.1 | POST "/api/blobs/sha256:3ffd5f11778dc73e2b69b3c00535e4121e1badf7018136263cd17b5b34fbaa53" [GIN] 2025/05/14 - 10:06:31 | 201 | 4.353579ms | 127.0.0.1 | POST "/api/blobs/sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c" time=2025-05-14T10:06:31.743+02:00 level=DEBUG source=tokenizer_spm.go:20 msg="using spm vocabulary" time=2025-05-14T10:06:31.743+02:00 level=WARN source=tokenizer_spm.go:165 msg="special token" "unknown token"=<nil> time=2025-05-14T10:06:31.743+02:00 level=DEBUG source=tokenizer_spm.go:168 msg="spm tokenizer" "additional tokens"=[] time=2025-05-14T10:06:32.382+02:00 level=WARN source=convert.go:225 msg="vocabulary is smaller than expected, padding with dummy tokens" expect=262208 actual=262145 time=2025-05-14T10:06:32.384+02:00 level=WARN source=ggml.go:152 msg="key not found" key=general.alignment default=32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.head_count type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.head_count_kv type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.key_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.sliding_window type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.attention.value_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.block_count type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.context_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.embedding_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.feed_forward_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.mm.tokens_per_image type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.attention.head_count type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.attention.layer_norm_epsilon type=float32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.block_count type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.embedding_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.feed_forward_length type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.image_size type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.num_channels type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=gemma3.vision.patch_size type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=general.architecture type=string time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=general.file_type type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=general.quantization_version type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.chat_template type=string time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_bos_token type=bool time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_eos_token type=bool time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_padding_token type=bool time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.add_unknown_token type=bool time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.bos_token_id type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.eos_token_id type=uint32 time=2025-05-14T10:06:32.384+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.merges type=[]string time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.model type=string time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.padding_token_id type=uint32 time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.pre type=string time=2025-05-14T10:06:33.053+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.scores type=[]float32 time=2025-05-14T10:06:33.054+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.token_type type=[]int32 time=2025-05-14T10:06:33.055+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.tokens type=[]string time=2025-05-14T10:06:33.399+02:00 level=DEBUG source=gguf.go:552 msg=tokenizer.ggml.unknown_token_id type=uint32 time=2025-05-14T10:06:33.399+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_norm.weight kind=0 shape=[2560] offset=0 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_down.weight kind=1 shape="[10240 2560]" offset=10240 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_gate.weight kind=1 shape="[2560 10240]" offset=52439040 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_up.weight kind=1 shape="[2560 10240]" offset=104867840 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.post_attention_norm.weight kind=0 shape=[2560] offset=157296640 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.post_ffw_norm.weight kind=0 shape=[2560] offset=157306880 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.ffn_norm.weight kind=0 shape=[2560] offset=157317120 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_k_norm.weight kind=0 shape=[256] offset=157327360 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_k.weight kind=1 shape="[2560 1024]" offset=157328384 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_output.weight kind=1 shape="[2048 2560]" offset=162571264 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_q_norm.weight kind=0 shape=[256] offset=173057024 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_q.weight kind=1 shape="[2560 2048]" offset=173058048 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.0.attn_v.weight kind=1 shape="[2560 1024]" offset=183543808 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_norm.weight kind=0 shape=[2560] offset=188786688 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_down.weight kind=1 shape="[10240 2560]" offset=188796928 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_gate.weight kind=1 shape="[2560 10240]" offset=241225728 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_up.weight kind=1 shape="[2560 10240]" offset=293654528 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.post_attention_norm.weight kind=0 shape=[2560] offset=346083328 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.post_ffw_norm.weight kind=0 shape=[2560] offset=346093568 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.ffn_norm.weight kind=0 shape=[2560] offset=346103808 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_k_norm.weight kind=0 shape=[256] offset=346114048 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_k.weight kind=1 shape="[2560 1024]" offset=346115072 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_output.weight kind=1 shape="[2048 2560]" offset=351357952 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_q_norm.weight kind=0 shape=[256] offset=361843712 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_q.weight kind=1 shape="[2560 2048]" offset=361844736 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.1.attn_v.weight kind=1 shape="[2560 1024]" offset=372330496 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_norm.weight kind=0 shape=[2560] offset=377573376 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_down.weight kind=1 shape="[10240 2560]" offset=377583616 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_gate.weight kind=1 shape="[2560 10240]" offset=430012416 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_up.weight kind=1 shape="[2560 10240]" offset=482441216 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.post_attention_norm.weight kind=0 shape=[2560] offset=534870016 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.post_ffw_norm.weight kind=0 shape=[2560] offset=534880256 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.ffn_norm.weight kind=0 shape=[2560] offset=534890496 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_k_norm.weight kind=0 shape=[256] offset=534900736 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_k.weight kind=1 shape="[2560 1024]" offset=534901760 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_output.weight kind=1 shape="[2048 2560]" offset=540144640 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_q_norm.weight kind=0 shape=[256] offset=550630400 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_q.weight kind=1 shape="[2560 2048]" offset=550631424 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.2.attn_v.weight kind=1 shape="[2560 1024]" offset=561117184 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_gate.weight kind=1 shape="[2560 10240]" offset=566360064 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_k_norm.weight kind=0 shape=[256] offset=618788864 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_k.weight kind=1 shape="[2560 1024]" offset=618789888 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_output.weight kind=1 shape="[2048 2560]" offset=624032768 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_q_norm.weight kind=0 shape=[256] offset=634518528 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_q.weight kind=1 shape="[2560 2048]" offset=634519552 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_v.weight kind=1 shape="[2560 1024]" offset=645005312 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.attn_norm.weight kind=0 shape=[2560] offset=650248192 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_down.weight kind=1 shape="[10240 2560]" offset=650258432 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_up.weight kind=1 shape="[2560 10240]" offset=702687232 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.post_attention_norm.weight kind=0 shape=[2560] offset=755116032 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.post_ffw_norm.weight kind=0 shape=[2560] offset=755126272 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.3.ffn_norm.weight kind=0 shape=[2560] offset=755136512 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_norm.weight kind=0 shape=[2560] offset=755146752 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_down.weight kind=1 shape="[10240 2560]" offset=755156992 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_gate.weight kind=1 shape="[2560 10240]" offset=807585792 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_up.weight kind=1 shape="[2560 10240]" offset=860014592 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.post_attention_norm.weight kind=0 shape=[2560] offset=912443392 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.post_ffw_norm.weight kind=0 shape=[2560] offset=912453632 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.ffn_norm.weight kind=0 shape=[2560] offset=912463872 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_k_norm.weight kind=0 shape=[256] offset=912474112 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_k.weight kind=1 shape="[2560 1024]" offset=912475136 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_output.weight kind=1 shape="[2048 2560]" offset=917718016 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_q_norm.weight kind=0 shape=[256] offset=928203776 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_q.weight kind=1 shape="[2560 2048]" offset=928204800 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.4.attn_v.weight kind=1 shape="[2560 1024]" offset=938690560 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_norm.weight kind=0 shape=[2560] offset=943933440 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_down.weight kind=1 shape="[10240 2560]" offset=943943680 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_gate.weight kind=1 shape="[2560 10240]" offset=996372480 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_up.weight kind=1 shape="[2560 10240]" offset=1048801280 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.post_attention_norm.weight kind=0 shape=[2560] offset=1101230080 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.post_ffw_norm.weight kind=0 shape=[2560] offset=1101240320 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.ffn_norm.weight kind=0 shape=[2560] offset=1101250560 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_k_norm.weight kind=0 shape=[256] offset=1101260800 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_k.weight kind=1 shape="[2560 1024]" offset=1101261824 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_output.weight kind=1 shape="[2048 2560]" offset=1106504704 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_q_norm.weight kind=0 shape=[256] offset=1116990464 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_q.weight kind=1 shape="[2560 2048]" offset=1116991488 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.5.attn_v.weight kind=1 shape="[2560 1024]" offset=1127477248 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_norm.weight kind=0 shape=[2560] offset=1132720128 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_down.weight kind=1 shape="[10240 2560]" offset=1132730368 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1185159168 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_up.weight kind=1 shape="[2560 10240]" offset=1237587968 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.post_attention_norm.weight kind=0 shape=[2560] offset=1290016768 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.post_ffw_norm.weight kind=0 shape=[2560] offset=1290027008 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.ffn_norm.weight kind=0 shape=[2560] offset=1290037248 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_k_norm.weight kind=0 shape=[256] offset=1290047488 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_k.weight kind=1 shape="[2560 1024]" offset=1290048512 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_output.weight kind=1 shape="[2048 2560]" offset=1295291392 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_q_norm.weight kind=0 shape=[256] offset=1305777152 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_q.weight kind=1 shape="[2560 2048]" offset=1305778176 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.6.attn_v.weight kind=1 shape="[2560 1024]" offset=1316263936 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_norm.weight kind=0 shape=[2560] offset=1321506816 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_down.weight kind=1 shape="[10240 2560]" offset=1321517056 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1373945856 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_up.weight kind=1 shape="[2560 10240]" offset=1426374656 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.post_attention_norm.weight kind=0 shape=[2560] offset=1478803456 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.post_ffw_norm.weight kind=0 shape=[2560] offset=1478813696 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.ffn_norm.weight kind=0 shape=[2560] offset=1478823936 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_k_norm.weight kind=0 shape=[256] offset=1478834176 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_k.weight kind=1 shape="[2560 1024]" offset=1478835200 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_output.weight kind=1 shape="[2048 2560]" offset=1484078080 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_q_norm.weight kind=0 shape=[256] offset=1494563840 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_q.weight kind=1 shape="[2560 2048]" offset=1494564864 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.7.attn_v.weight kind=1 shape="[2560 1024]" offset=1505050624 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_norm.weight kind=0 shape=[2560] offset=1510293504 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_down.weight kind=1 shape="[10240 2560]" offset=1510303744 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1562732544 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_up.weight kind=1 shape="[2560 10240]" offset=1615161344 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.post_attention_norm.weight kind=0 shape=[2560] offset=1667590144 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.post_ffw_norm.weight kind=0 shape=[2560] offset=1667600384 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.ffn_norm.weight kind=0 shape=[2560] offset=1667610624 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_k_norm.weight kind=0 shape=[256] offset=1667620864 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_k.weight kind=1 shape="[2560 1024]" offset=1667621888 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_output.weight kind=1 shape="[2048 2560]" offset=1672864768 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_q_norm.weight kind=0 shape=[256] offset=1683350528 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_q.weight kind=1 shape="[2560 2048]" offset=1683351552 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.8.attn_v.weight kind=1 shape="[2560 1024]" offset=1693837312 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_norm.weight kind=0 shape=[2560] offset=1699080192 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_down.weight kind=1 shape="[10240 2560]" offset=1699090432 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1751519232 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_up.weight kind=1 shape="[2560 10240]" offset=1803948032 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.post_attention_norm.weight kind=0 shape=[2560] offset=1856376832 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.post_ffw_norm.weight kind=0 shape=[2560] offset=1856387072 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.ffn_norm.weight kind=0 shape=[2560] offset=1856397312 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_k_norm.weight kind=0 shape=[256] offset=1856407552 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_k.weight kind=1 shape="[2560 1024]" offset=1856408576 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_output.weight kind=1 shape="[2048 2560]" offset=1861651456 time=2025-05-14T10:06:33.400+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_q_norm.weight kind=0 shape=[256] offset=1872137216 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_q.weight kind=1 shape="[2560 2048]" offset=1872138240 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.9.attn_v.weight kind=1 shape="[2560 1024]" offset=1882624000 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_norm.weight kind=0 shape=[2560] offset=1887866880 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_down.weight kind=1 shape="[10240 2560]" offset=1887877120 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_gate.weight kind=1 shape="[2560 10240]" offset=1940305920 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_up.weight kind=1 shape="[2560 10240]" offset=1992734720 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.post_attention_norm.weight kind=0 shape=[2560] offset=2045163520 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.post_ffw_norm.weight kind=0 shape=[2560] offset=2045173760 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.ffn_norm.weight kind=0 shape=[2560] offset=2045184000 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_k_norm.weight kind=0 shape=[256] offset=2045194240 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_k.weight kind=1 shape="[2560 1024]" offset=2045195264 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_output.weight kind=1 shape="[2048 2560]" offset=2050438144 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_q_norm.weight kind=0 shape=[256] offset=2060923904 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_q.weight kind=1 shape="[2560 2048]" offset=2060924928 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.10.attn_v.weight kind=1 shape="[2560 1024]" offset=2071410688 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_norm.weight kind=0 shape=[2560] offset=2076653568 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_down.weight kind=1 shape="[10240 2560]" offset=2076663808 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2129092608 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_up.weight kind=1 shape="[2560 10240]" offset=2181521408 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.post_attention_norm.weight kind=0 shape=[2560] offset=2233950208 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.post_ffw_norm.weight kind=0 shape=[2560] offset=2233960448 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.ffn_norm.weight kind=0 shape=[2560] offset=2233970688 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_k_norm.weight kind=0 shape=[256] offset=2233980928 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_k.weight kind=1 shape="[2560 1024]" offset=2233981952 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_output.weight kind=1 shape="[2048 2560]" offset=2239224832 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_q_norm.weight kind=0 shape=[256] offset=2249710592 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_q.weight kind=1 shape="[2560 2048]" offset=2249711616 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.11.attn_v.weight kind=1 shape="[2560 1024]" offset=2260197376 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_norm.weight kind=0 shape=[2560] offset=2265440256 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_down.weight kind=1 shape="[10240 2560]" offset=2265450496 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2317879296 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_up.weight kind=1 shape="[2560 10240]" offset=2370308096 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.post_attention_norm.weight kind=0 shape=[2560] offset=2422736896 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.post_ffw_norm.weight kind=0 shape=[2560] offset=2422747136 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.ffn_norm.weight kind=0 shape=[2560] offset=2422757376 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_k_norm.weight kind=0 shape=[256] offset=2422767616 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_k.weight kind=1 shape="[2560 1024]" offset=2422768640 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_output.weight kind=1 shape="[2048 2560]" offset=2428011520 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_q_norm.weight kind=0 shape=[256] offset=2438497280 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_q.weight kind=1 shape="[2560 2048]" offset=2438498304 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.12.attn_v.weight kind=1 shape="[2560 1024]" offset=2448984064 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_norm.weight kind=0 shape=[2560] offset=2454226944 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_down.weight kind=1 shape="[10240 2560]" offset=2454237184 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2506665984 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_up.weight kind=1 shape="[2560 10240]" offset=2559094784 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.post_attention_norm.weight kind=0 shape=[2560] offset=2611523584 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.post_ffw_norm.weight kind=0 shape=[2560] offset=2611533824 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.ffn_norm.weight kind=0 shape=[2560] offset=2611544064 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_k_norm.weight kind=0 shape=[256] offset=2611554304 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_k.weight kind=1 shape="[2560 1024]" offset=2611555328 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_output.weight kind=1 shape="[2048 2560]" offset=2616798208 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_q_norm.weight kind=0 shape=[256] offset=2627283968 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_q.weight kind=1 shape="[2560 2048]" offset=2627284992 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.13.attn_v.weight kind=1 shape="[2560 1024]" offset=2637770752 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_norm.weight kind=0 shape=[2560] offset=2643013632 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_down.weight kind=1 shape="[10240 2560]" offset=2643023872 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2695452672 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_up.weight kind=1 shape="[2560 10240]" offset=2747881472 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.post_attention_norm.weight kind=0 shape=[2560] offset=2800310272 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.post_ffw_norm.weight kind=0 shape=[2560] offset=2800320512 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.ffn_norm.weight kind=0 shape=[2560] offset=2800330752 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_k_norm.weight kind=0 shape=[256] offset=2800340992 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_k.weight kind=1 shape="[2560 1024]" offset=2800342016 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_output.weight kind=1 shape="[2048 2560]" offset=2805584896 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_q_norm.weight kind=0 shape=[256] offset=2816070656 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_q.weight kind=1 shape="[2560 2048]" offset=2816071680 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.14.attn_v.weight kind=1 shape="[2560 1024]" offset=2826557440 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_norm.weight kind=0 shape=[2560] offset=2831800320 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_down.weight kind=1 shape="[10240 2560]" offset=2831810560 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_gate.weight kind=1 shape="[2560 10240]" offset=2884239360 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_up.weight kind=1 shape="[2560 10240]" offset=2936668160 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.post_attention_norm.weight kind=0 shape=[2560] offset=2989096960 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.post_ffw_norm.weight kind=0 shape=[2560] offset=2989107200 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.ffn_norm.weight kind=0 shape=[2560] offset=2989117440 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_k_norm.weight kind=0 shape=[256] offset=2989127680 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_k.weight kind=1 shape="[2560 1024]" offset=2989128704 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_output.weight kind=1 shape="[2048 2560]" offset=2994371584 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_q_norm.weight kind=0 shape=[256] offset=3004857344 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_q.weight kind=1 shape="[2560 2048]" offset=3004858368 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.15.attn_v.weight kind=1 shape="[2560 1024]" offset=3015344128 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_norm.weight kind=0 shape=[2560] offset=3020587008 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_down.weight kind=1 shape="[10240 2560]" offset=3020597248 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3073026048 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_up.weight kind=1 shape="[2560 10240]" offset=3125454848 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.post_attention_norm.weight kind=0 shape=[2560] offset=3177883648 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.post_ffw_norm.weight kind=0 shape=[2560] offset=3177893888 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.ffn_norm.weight kind=0 shape=[2560] offset=3177904128 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_k_norm.weight kind=0 shape=[256] offset=3177914368 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_k.weight kind=1 shape="[2560 1024]" offset=3177915392 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_output.weight kind=1 shape="[2048 2560]" offset=3183158272 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_q_norm.weight kind=0 shape=[256] offset=3193644032 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_q.weight kind=1 shape="[2560 2048]" offset=3193645056 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.16.attn_v.weight kind=1 shape="[2560 1024]" offset=3204130816 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_norm.weight kind=0 shape=[2560] offset=3209373696 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_down.weight kind=1 shape="[10240 2560]" offset=3209383936 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3261812736 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_up.weight kind=1 shape="[2560 10240]" offset=3314241536 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.post_attention_norm.weight kind=0 shape=[2560] offset=3366670336 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.post_ffw_norm.weight kind=0 shape=[2560] offset=3366680576 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.ffn_norm.weight kind=0 shape=[2560] offset=3366690816 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_k_norm.weight kind=0 shape=[256] offset=3366701056 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_k.weight kind=1 shape="[2560 1024]" offset=3366702080 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_output.weight kind=1 shape="[2048 2560]" offset=3371944960 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_q_norm.weight kind=0 shape=[256] offset=3382430720 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_q.weight kind=1 shape="[2560 2048]" offset=3382431744 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.17.attn_v.weight kind=1 shape="[2560 1024]" offset=3392917504 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_norm.weight kind=0 shape=[2560] offset=3398160384 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_down.weight kind=1 shape="[10240 2560]" offset=3398170624 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3450599424 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_up.weight kind=1 shape="[2560 10240]" offset=3503028224 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.post_attention_norm.weight kind=0 shape=[2560] offset=3555457024 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.post_ffw_norm.weight kind=0 shape=[2560] offset=3555467264 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.ffn_norm.weight kind=0 shape=[2560] offset=3555477504 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_k_norm.weight kind=0 shape=[256] offset=3555487744 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_k.weight kind=1 shape="[2560 1024]" offset=3555488768 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_output.weight kind=1 shape="[2048 2560]" offset=3560731648 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_q_norm.weight kind=0 shape=[256] offset=3571217408 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_q.weight kind=1 shape="[2560 2048]" offset=3571218432 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.18.attn_v.weight kind=1 shape="[2560 1024]" offset=3581704192 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_norm.weight kind=0 shape=[2560] offset=3586947072 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_down.weight kind=1 shape="[10240 2560]" offset=3586957312 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3639386112 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_up.weight kind=1 shape="[2560 10240]" offset=3691814912 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.post_attention_norm.weight kind=0 shape=[2560] offset=3744243712 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.post_ffw_norm.weight kind=0 shape=[2560] offset=3744253952 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.ffn_norm.weight kind=0 shape=[2560] offset=3744264192 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_k_norm.weight kind=0 shape=[256] offset=3744274432 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_k.weight kind=1 shape="[2560 1024]" offset=3744275456 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_output.weight kind=1 shape="[2048 2560]" offset=3749518336 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_q_norm.weight kind=0 shape=[256] offset=3760004096 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_q.weight kind=1 shape="[2560 2048]" offset=3760005120 time=2025-05-14T10:06:33.401+02:00 level=DEBUG source=gguf.go:607 msg=blk.19.attn_v.weight kind=1 shape="[2560 1024]" offset=3770490880 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_norm.weight kind=0 shape=[2560] offset=3775733760 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_down.weight kind=1 shape="[10240 2560]" offset=3775744000 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_gate.weight kind=1 shape="[2560 10240]" offset=3828172800 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_up.weight kind=1 shape="[2560 10240]" offset=3880601600 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.post_attention_norm.weight kind=0 shape=[2560] offset=3933030400 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.post_ffw_norm.weight kind=0 shape=[2560] offset=3933040640 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.ffn_norm.weight kind=0 shape=[2560] offset=3933050880 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_k_norm.weight kind=0 shape=[256] offset=3933061120 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_k.weight kind=1 shape="[2560 1024]" offset=3933062144 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_output.weight kind=1 shape="[2048 2560]" offset=3938305024 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_q_norm.weight kind=0 shape=[256] offset=3948790784 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_q.weight kind=1 shape="[2560 2048]" offset=3948791808 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.20.attn_v.weight kind=1 shape="[2560 1024]" offset=3959277568 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_norm.weight kind=0 shape=[2560] offset=3964520448 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_down.weight kind=1 shape="[10240 2560]" offset=3964530688 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4016959488 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_up.weight kind=1 shape="[2560 10240]" offset=4069388288 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.post_attention_norm.weight kind=0 shape=[2560] offset=4121817088 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.post_ffw_norm.weight kind=0 shape=[2560] offset=4121827328 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.ffn_norm.weight kind=0 shape=[2560] offset=4121837568 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_k_norm.weight kind=0 shape=[256] offset=4121847808 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_k.weight kind=1 shape="[2560 1024]" offset=4121848832 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_output.weight kind=1 shape="[2048 2560]" offset=4127091712 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_q_norm.weight kind=0 shape=[256] offset=4137577472 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_q.weight kind=1 shape="[2560 2048]" offset=4137578496 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.21.attn_v.weight kind=1 shape="[2560 1024]" offset=4148064256 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_norm.weight kind=0 shape=[2560] offset=4153307136 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_down.weight kind=1 shape="[10240 2560]" offset=4153317376 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4205746176 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_up.weight kind=1 shape="[2560 10240]" offset=4258174976 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.post_attention_norm.weight kind=0 shape=[2560] offset=4310603776 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.post_ffw_norm.weight kind=0 shape=[2560] offset=4310614016 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.ffn_norm.weight kind=0 shape=[2560] offset=4310624256 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_k_norm.weight kind=0 shape=[256] offset=4310634496 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_k.weight kind=1 shape="[2560 1024]" offset=4310635520 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_output.weight kind=1 shape="[2048 2560]" offset=4315878400 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_q_norm.weight kind=0 shape=[256] offset=4326364160 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_q.weight kind=1 shape="[2560 2048]" offset=4326365184 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.22.attn_v.weight kind=1 shape="[2560 1024]" offset=4336850944 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_norm.weight kind=0 shape=[2560] offset=4342093824 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_down.weight kind=1 shape="[10240 2560]" offset=4342104064 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4394532864 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_up.weight kind=1 shape="[2560 10240]" offset=4446961664 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.post_attention_norm.weight kind=0 shape=[2560] offset=4499390464 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.post_ffw_norm.weight kind=0 shape=[2560] offset=4499400704 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.ffn_norm.weight kind=0 shape=[2560] offset=4499410944 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_k_norm.weight kind=0 shape=[256] offset=4499421184 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_k.weight kind=1 shape="[2560 1024]" offset=4499422208 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_output.weight kind=1 shape="[2048 2560]" offset=4504665088 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_q_norm.weight kind=0 shape=[256] offset=4515150848 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_q.weight kind=1 shape="[2560 2048]" offset=4515151872 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.23.attn_v.weight kind=1 shape="[2560 1024]" offset=4525637632 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4530880512 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_k_norm.weight kind=0 shape=[256] offset=4583309312 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_k.weight kind=1 shape="[2560 1024]" offset=4583310336 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_output.weight kind=1 shape="[2048 2560]" offset=4588553216 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_q_norm.weight kind=0 shape=[256] offset=4599038976 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_q.weight kind=1 shape="[2560 2048]" offset=4599040000 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_v.weight kind=1 shape="[2560 1024]" offset=4609525760 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.attn_norm.weight kind=0 shape=[2560] offset=4614768640 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_down.weight kind=1 shape="[10240 2560]" offset=4614778880 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_up.weight kind=1 shape="[2560 10240]" offset=4667207680 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.post_attention_norm.weight kind=0 shape=[2560] offset=4719636480 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.post_ffw_norm.weight kind=0 shape=[2560] offset=4719646720 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.24.ffn_norm.weight kind=0 shape=[2560] offset=4719656960 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_norm.weight kind=0 shape=[2560] offset=4719667200 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_down.weight kind=1 shape="[10240 2560]" offset=4719677440 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4772106240 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_up.weight kind=1 shape="[2560 10240]" offset=4824535040 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.post_attention_norm.weight kind=0 shape=[2560] offset=4876963840 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.post_ffw_norm.weight kind=0 shape=[2560] offset=4876974080 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.ffn_norm.weight kind=0 shape=[2560] offset=4876984320 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_k_norm.weight kind=0 shape=[256] offset=4876994560 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_k.weight kind=1 shape="[2560 1024]" offset=4876995584 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_output.weight kind=1 shape="[2048 2560]" offset=4882238464 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_q_norm.weight kind=0 shape=[256] offset=4892724224 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_q.weight kind=1 shape="[2560 2048]" offset=4892725248 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.25.attn_v.weight kind=1 shape="[2560 1024]" offset=4903211008 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_norm.weight kind=0 shape=[2560] offset=4908453888 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_down.weight kind=1 shape="[10240 2560]" offset=4908464128 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_gate.weight kind=1 shape="[2560 10240]" offset=4960892928 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_up.weight kind=1 shape="[2560 10240]" offset=5013321728 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.post_attention_norm.weight kind=0 shape=[2560] offset=5065750528 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.post_ffw_norm.weight kind=0 shape=[2560] offset=5065760768 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.ffn_norm.weight kind=0 shape=[2560] offset=5065771008 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_k_norm.weight kind=0 shape=[256] offset=5065781248 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_k.weight kind=1 shape="[2560 1024]" offset=5065782272 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_output.weight kind=1 shape="[2048 2560]" offset=5071025152 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_q_norm.weight kind=0 shape=[256] offset=5081510912 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_q.weight kind=1 shape="[2560 2048]" offset=5081511936 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.26.attn_v.weight kind=1 shape="[2560 1024]" offset=5091997696 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_norm.weight kind=0 shape=[2560] offset=5097240576 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_down.weight kind=1 shape="[10240 2560]" offset=5097250816 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5149679616 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_up.weight kind=1 shape="[2560 10240]" offset=5202108416 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.post_attention_norm.weight kind=0 shape=[2560] offset=5254537216 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.post_ffw_norm.weight kind=0 shape=[2560] offset=5254547456 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.ffn_norm.weight kind=0 shape=[2560] offset=5254557696 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_k_norm.weight kind=0 shape=[256] offset=5254567936 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_k.weight kind=1 shape="[2560 1024]" offset=5254568960 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_output.weight kind=1 shape="[2048 2560]" offset=5259811840 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_q_norm.weight kind=0 shape=[256] offset=5270297600 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_q.weight kind=1 shape="[2560 2048]" offset=5270298624 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.27.attn_v.weight kind=1 shape="[2560 1024]" offset=5280784384 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_norm.weight kind=0 shape=[2560] offset=5286027264 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_down.weight kind=1 shape="[10240 2560]" offset=5286037504 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5338466304 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_up.weight kind=1 shape="[2560 10240]" offset=5390895104 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.post_attention_norm.weight kind=0 shape=[2560] offset=5443323904 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.post_ffw_norm.weight kind=0 shape=[2560] offset=5443334144 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.ffn_norm.weight kind=0 shape=[2560] offset=5443344384 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_k_norm.weight kind=0 shape=[256] offset=5443354624 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_k.weight kind=1 shape="[2560 1024]" offset=5443355648 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_output.weight kind=1 shape="[2048 2560]" offset=5448598528 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_q_norm.weight kind=0 shape=[256] offset=5459084288 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_q.weight kind=1 shape="[2560 2048]" offset=5459085312 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.28.attn_v.weight kind=1 shape="[2560 1024]" offset=5469571072 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_norm.weight kind=0 shape=[2560] offset=5474813952 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_down.weight kind=1 shape="[10240 2560]" offset=5474824192 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5527252992 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_up.weight kind=1 shape="[2560 10240]" offset=5579681792 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.post_attention_norm.weight kind=0 shape=[2560] offset=5632110592 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.post_ffw_norm.weight kind=0 shape=[2560] offset=5632120832 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.ffn_norm.weight kind=0 shape=[2560] offset=5632131072 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_k_norm.weight kind=0 shape=[256] offset=5632141312 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_k.weight kind=1 shape="[2560 1024]" offset=5632142336 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_output.weight kind=1 shape="[2048 2560]" offset=5637385216 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_q_norm.weight kind=0 shape=[256] offset=5647870976 time=2025-05-14T10:06:33.402+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_q.weight kind=1 shape="[2560 2048]" offset=5647872000 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.29.attn_v.weight kind=1 shape="[2560 1024]" offset=5658357760 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_norm.weight kind=0 shape=[2560] offset=5663600640 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_down.weight kind=1 shape="[10240 2560]" offset=5663610880 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5716039680 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_up.weight kind=1 shape="[2560 10240]" offset=5768468480 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.post_attention_norm.weight kind=0 shape=[2560] offset=5820897280 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.post_ffw_norm.weight kind=0 shape=[2560] offset=5820907520 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.ffn_norm.weight kind=0 shape=[2560] offset=5820917760 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_k_norm.weight kind=0 shape=[256] offset=5820928000 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_k.weight kind=1 shape="[2560 1024]" offset=5820929024 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_output.weight kind=1 shape="[2048 2560]" offset=5826171904 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_q_norm.weight kind=0 shape=[256] offset=5836657664 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_q.weight kind=1 shape="[2560 2048]" offset=5836658688 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.30.attn_v.weight kind=1 shape="[2560 1024]" offset=5847144448 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_norm.weight kind=0 shape=[2560] offset=5852387328 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_down.weight kind=1 shape="[10240 2560]" offset=5852397568 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_gate.weight kind=1 shape="[2560 10240]" offset=5904826368 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_up.weight kind=1 shape="[2560 10240]" offset=5957255168 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.post_attention_norm.weight kind=0 shape=[2560] offset=6009683968 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.post_ffw_norm.weight kind=0 shape=[2560] offset=6009694208 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.ffn_norm.weight kind=0 shape=[2560] offset=6009704448 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_k_norm.weight kind=0 shape=[256] offset=6009714688 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_k.weight kind=1 shape="[2560 1024]" offset=6009715712 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_output.weight kind=1 shape="[2048 2560]" offset=6014958592 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_q_norm.weight kind=0 shape=[256] offset=6025444352 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_q.weight kind=1 shape="[2560 2048]" offset=6025445376 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.31.attn_v.weight kind=1 shape="[2560 1024]" offset=6035931136 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_norm.weight kind=0 shape=[2560] offset=6041174016 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_down.weight kind=1 shape="[10240 2560]" offset=6041184256 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_gate.weight kind=1 shape="[2560 10240]" offset=6093613056 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_up.weight kind=1 shape="[2560 10240]" offset=6146041856 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.post_attention_norm.weight kind=0 shape=[2560] offset=6198470656 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.post_ffw_norm.weight kind=0 shape=[2560] offset=6198480896 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.ffn_norm.weight kind=0 shape=[2560] offset=6198491136 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_k_norm.weight kind=0 shape=[256] offset=6198501376 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_k.weight kind=1 shape="[2560 1024]" offset=6198502400 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_output.weight kind=1 shape="[2048 2560]" offset=6203745280 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_q_norm.weight kind=0 shape=[256] offset=6214231040 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_q.weight kind=1 shape="[2560 2048]" offset=6214232064 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.32.attn_v.weight kind=1 shape="[2560 1024]" offset=6224717824 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_norm.weight kind=0 shape=[2560] offset=6229960704 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_down.weight kind=1 shape="[10240 2560]" offset=6229970944 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_gate.weight kind=1 shape="[2560 10240]" offset=6282399744 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_up.weight kind=1 shape="[2560 10240]" offset=6334828544 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.post_attention_norm.weight kind=0 shape=[2560] offset=6387257344 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.post_ffw_norm.weight kind=0 shape=[2560] offset=6387267584 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.ffn_norm.weight kind=0 shape=[2560] offset=6387277824 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_k_norm.weight kind=0 shape=[256] offset=6387288064 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_k.weight kind=1 shape="[2560 1024]" offset=6387289088 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_output.weight kind=1 shape="[2048 2560]" offset=6392531968 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_q_norm.weight kind=0 shape=[256] offset=6403017728 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_q.weight kind=1 shape="[2560 2048]" offset=6403018752 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=blk.33.attn_v.weight kind=1 shape="[2560 1024]" offset=6413504512 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=mm.mm_input_projection.weight kind=1 shape="[2560 1152]" offset=6418747392 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=mm.mm_soft_emb_norm.weight kind=0 shape=[1152] offset=6424645632 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.patch_embedding.bias kind=0 shape=[1152] offset=6424650240 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.patch_embedding.weight kind=1 shape="[14 14 3 1152]" offset=6424654848 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.position_embedding.weight kind=1 shape="[1152 4096]" offset=6426009600 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm1.bias kind=0 shape=[1152] offset=6435446784 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm1.weight kind=0 shape=[1152] offset=6435451392 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm2.bias kind=0 shape=[1152] offset=6435456000 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.layer_norm2.weight kind=0 shape=[1152] offset=6435460608 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc1.bias kind=0 shape=[4304] offset=6435465216 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6435482432 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc2.bias kind=0 shape=[1152] offset=6445398848 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6445403456 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_k.bias kind=0 shape=[1152] offset=6455319872 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_k.weight kind=1 shape="[1152 1152]" offset=6455324480 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_output.bias kind=0 shape=[1152] offset=6457978688 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_output.weight kind=1 shape="[1152 1152]" offset=6457983296 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_q.bias kind=0 shape=[1152] offset=6460637504 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_q.weight kind=1 shape="[1152 1152]" offset=6460642112 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_v.bias kind=0 shape=[1152] offset=6463296320 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.0.attn_v.weight kind=1 shape="[1152 1152]" offset=6463300928 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm1.bias kind=0 shape=[1152] offset=6465955136 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm1.weight kind=0 shape=[1152] offset=6465959744 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm2.bias kind=0 shape=[1152] offset=6465964352 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.layer_norm2.weight kind=0 shape=[1152] offset=6465968960 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc1.bias kind=0 shape=[4304] offset=6465973568 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6465990784 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc2.bias kind=0 shape=[1152] offset=6475907200 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6475911808 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_k.bias kind=0 shape=[1152] offset=6485828224 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_k.weight kind=1 shape="[1152 1152]" offset=6485832832 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_output.bias kind=0 shape=[1152] offset=6488487040 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_output.weight kind=1 shape="[1152 1152]" offset=6488491648 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_q.bias kind=0 shape=[1152] offset=6491145856 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_q.weight kind=1 shape="[1152 1152]" offset=6491150464 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_v.bias kind=0 shape=[1152] offset=6493804672 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.1.attn_v.weight kind=1 shape="[1152 1152]" offset=6493809280 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm1.bias kind=0 shape=[1152] offset=6496463488 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm1.weight kind=0 shape=[1152] offset=6496468096 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm2.bias kind=0 shape=[1152] offset=6496472704 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.layer_norm2.weight kind=0 shape=[1152] offset=6496477312 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc1.bias kind=0 shape=[4304] offset=6496481920 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6496499136 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc2.bias kind=0 shape=[1152] offset=6506415552 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6506420160 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_k.bias kind=0 shape=[1152] offset=6516336576 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_k.weight kind=1 shape="[1152 1152]" offset=6516341184 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_output.bias kind=0 shape=[1152] offset=6518995392 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_output.weight kind=1 shape="[1152 1152]" offset=6519000000 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_q.bias kind=0 shape=[1152] offset=6521654208 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_q.weight kind=1 shape="[1152 1152]" offset=6521658816 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_v.bias kind=0 shape=[1152] offset=6524313024 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.10.attn_v.weight kind=1 shape="[1152 1152]" offset=6524317632 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm1.bias kind=0 shape=[1152] offset=6526971840 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm1.weight kind=0 shape=[1152] offset=6526976448 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm2.bias kind=0 shape=[1152] offset=6526981056 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.layer_norm2.weight kind=0 shape=[1152] offset=6526985664 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc1.bias kind=0 shape=[4304] offset=6526990272 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6527007488 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc2.bias kind=0 shape=[1152] offset=6536923904 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6536928512 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_k.bias kind=0 shape=[1152] offset=6546844928 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_k.weight kind=1 shape="[1152 1152]" offset=6546849536 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_output.bias kind=0 shape=[1152] offset=6549503744 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_output.weight kind=1 shape="[1152 1152]" offset=6549508352 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_q.bias kind=0 shape=[1152] offset=6552162560 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_q.weight kind=1 shape="[1152 1152]" offset=6552167168 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_v.bias kind=0 shape=[1152] offset=6554821376 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.11.attn_v.weight kind=1 shape="[1152 1152]" offset=6554825984 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm1.bias kind=0 shape=[1152] offset=6557480192 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm1.weight kind=0 shape=[1152] offset=6557484800 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm2.bias kind=0 shape=[1152] offset=6557489408 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.layer_norm2.weight kind=0 shape=[1152] offset=6557494016 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc1.bias kind=0 shape=[4304] offset=6557498624 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6557515840 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc2.bias kind=0 shape=[1152] offset=6567432256 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6567436864 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_k.bias kind=0 shape=[1152] offset=6577353280 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_k.weight kind=1 shape="[1152 1152]" offset=6577357888 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_output.bias kind=0 shape=[1152] offset=6580012096 time=2025-05-14T10:06:33.403+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_output.weight kind=1 shape="[1152 1152]" offset=6580016704 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_q.bias kind=0 shape=[1152] offset=6582670912 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_q.weight kind=1 shape="[1152 1152]" offset=6582675520 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_v.bias kind=0 shape=[1152] offset=6585329728 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.12.attn_v.weight kind=1 shape="[1152 1152]" offset=6585334336 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm1.bias kind=0 shape=[1152] offset=6587988544 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm1.weight kind=0 shape=[1152] offset=6587993152 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm2.bias kind=0 shape=[1152] offset=6587997760 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.layer_norm2.weight kind=0 shape=[1152] offset=6588002368 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc1.bias kind=0 shape=[4304] offset=6588006976 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6588024192 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc2.bias kind=0 shape=[1152] offset=6597940608 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6597945216 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_k.bias kind=0 shape=[1152] offset=6607861632 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_k.weight kind=1 shape="[1152 1152]" offset=6607866240 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_output.bias kind=0 shape=[1152] offset=6610520448 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_output.weight kind=1 shape="[1152 1152]" offset=6610525056 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_q.bias kind=0 shape=[1152] offset=6613179264 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_q.weight kind=1 shape="[1152 1152]" offset=6613183872 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_v.bias kind=0 shape=[1152] offset=6615838080 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.13.attn_v.weight kind=1 shape="[1152 1152]" offset=6615842688 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm1.bias kind=0 shape=[1152] offset=6618496896 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm1.weight kind=0 shape=[1152] offset=6618501504 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm2.bias kind=0 shape=[1152] offset=6618506112 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.layer_norm2.weight kind=0 shape=[1152] offset=6618510720 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc1.bias kind=0 shape=[4304] offset=6618515328 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6618532544 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc2.bias kind=0 shape=[1152] offset=6628448960 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6628453568 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_k.bias kind=0 shape=[1152] offset=6638369984 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_k.weight kind=1 shape="[1152 1152]" offset=6638374592 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_output.bias kind=0 shape=[1152] offset=6641028800 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_output.weight kind=1 shape="[1152 1152]" offset=6641033408 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_q.bias kind=0 shape=[1152] offset=6643687616 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_q.weight kind=1 shape="[1152 1152]" offset=6643692224 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_v.bias kind=0 shape=[1152] offset=6646346432 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.14.attn_v.weight kind=1 shape="[1152 1152]" offset=6646351040 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm1.bias kind=0 shape=[1152] offset=6649005248 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm1.weight kind=0 shape=[1152] offset=6649009856 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm2.bias kind=0 shape=[1152] offset=6649014464 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.layer_norm2.weight kind=0 shape=[1152] offset=6649019072 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc1.bias kind=0 shape=[4304] offset=6649023680 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6649040896 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc2.bias kind=0 shape=[1152] offset=6658957312 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6658961920 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_k.bias kind=0 shape=[1152] offset=6668878336 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_k.weight kind=1 shape="[1152 1152]" offset=6668882944 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_output.bias kind=0 shape=[1152] offset=6671537152 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_output.weight kind=1 shape="[1152 1152]" offset=6671541760 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_q.bias kind=0 shape=[1152] offset=6674195968 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_q.weight kind=1 shape="[1152 1152]" offset=6674200576 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_v.bias kind=0 shape=[1152] offset=6676854784 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.15.attn_v.weight kind=1 shape="[1152 1152]" offset=6676859392 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm1.bias kind=0 shape=[1152] offset=6679513600 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm1.weight kind=0 shape=[1152] offset=6679518208 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm2.bias kind=0 shape=[1152] offset=6679522816 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.layer_norm2.weight kind=0 shape=[1152] offset=6679527424 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc1.bias kind=0 shape=[4304] offset=6679532032 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6679549248 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc2.bias kind=0 shape=[1152] offset=6689465664 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6689470272 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_k.bias kind=0 shape=[1152] offset=6699386688 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_k.weight kind=1 shape="[1152 1152]" offset=6699391296 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_output.bias kind=0 shape=[1152] offset=6702045504 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_output.weight kind=1 shape="[1152 1152]" offset=6702050112 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_q.bias kind=0 shape=[1152] offset=6704704320 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_q.weight kind=1 shape="[1152 1152]" offset=6704708928 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_v.bias kind=0 shape=[1152] offset=6707363136 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.16.attn_v.weight kind=1 shape="[1152 1152]" offset=6707367744 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm1.bias kind=0 shape=[1152] offset=6710021952 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm1.weight kind=0 shape=[1152] offset=6710026560 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm2.bias kind=0 shape=[1152] offset=6710031168 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.layer_norm2.weight kind=0 shape=[1152] offset=6710035776 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc1.bias kind=0 shape=[4304] offset=6710040384 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6710057600 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc2.bias kind=0 shape=[1152] offset=6719974016 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6719978624 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_k.bias kind=0 shape=[1152] offset=6729895040 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_k.weight kind=1 shape="[1152 1152]" offset=6729899648 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_output.bias kind=0 shape=[1152] offset=6732553856 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_output.weight kind=1 shape="[1152 1152]" offset=6732558464 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_q.bias kind=0 shape=[1152] offset=6735212672 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_q.weight kind=1 shape="[1152 1152]" offset=6735217280 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_v.bias kind=0 shape=[1152] offset=6737871488 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.17.attn_v.weight kind=1 shape="[1152 1152]" offset=6737876096 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm1.bias kind=0 shape=[1152] offset=6740530304 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm1.weight kind=0 shape=[1152] offset=6740534912 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm2.bias kind=0 shape=[1152] offset=6740539520 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.layer_norm2.weight kind=0 shape=[1152] offset=6740544128 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc1.bias kind=0 shape=[4304] offset=6740548736 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6740565952 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc2.bias kind=0 shape=[1152] offset=6750482368 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6750486976 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_k.bias kind=0 shape=[1152] offset=6760403392 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_k.weight kind=1 shape="[1152 1152]" offset=6760408000 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_output.bias kind=0 shape=[1152] offset=6763062208 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_output.weight kind=1 shape="[1152 1152]" offset=6763066816 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_q.bias kind=0 shape=[1152] offset=6765721024 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_q.weight kind=1 shape="[1152 1152]" offset=6765725632 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_v.bias kind=0 shape=[1152] offset=6768379840 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.18.attn_v.weight kind=1 shape="[1152 1152]" offset=6768384448 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm1.bias kind=0 shape=[1152] offset=6771038656 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm1.weight kind=0 shape=[1152] offset=6771043264 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm2.bias kind=0 shape=[1152] offset=6771047872 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.layer_norm2.weight kind=0 shape=[1152] offset=6771052480 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc1.bias kind=0 shape=[4304] offset=6771057088 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6771074304 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc2.bias kind=0 shape=[1152] offset=6780990720 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6780995328 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_k.bias kind=0 shape=[1152] offset=6790911744 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_k.weight kind=1 shape="[1152 1152]" offset=6790916352 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_output.bias kind=0 shape=[1152] offset=6793570560 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_output.weight kind=1 shape="[1152 1152]" offset=6793575168 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_q.bias kind=0 shape=[1152] offset=6796229376 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_q.weight kind=1 shape="[1152 1152]" offset=6796233984 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_v.bias kind=0 shape=[1152] offset=6798888192 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.19.attn_v.weight kind=1 shape="[1152 1152]" offset=6798892800 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm1.bias kind=0 shape=[1152] offset=6801547008 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm1.weight kind=0 shape=[1152] offset=6801551616 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm2.bias kind=0 shape=[1152] offset=6801556224 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.layer_norm2.weight kind=0 shape=[1152] offset=6801560832 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc1.bias kind=0 shape=[4304] offset=6801565440 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6801582656 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc2.bias kind=0 shape=[1152] offset=6811499072 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6811503680 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_k.bias kind=0 shape=[1152] offset=6821420096 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_k.weight kind=1 shape="[1152 1152]" offset=6821424704 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_output.bias kind=0 shape=[1152] offset=6824078912 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_output.weight kind=1 shape="[1152 1152]" offset=6824083520 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_q.bias kind=0 shape=[1152] offset=6826737728 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_q.weight kind=1 shape="[1152 1152]" offset=6826742336 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_v.bias kind=0 shape=[1152] offset=6829396544 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.2.attn_v.weight kind=1 shape="[1152 1152]" offset=6829401152 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm1.bias kind=0 shape=[1152] offset=6832055360 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm1.weight kind=0 shape=[1152] offset=6832059968 time=2025-05-14T10:06:33.404+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm2.bias kind=0 shape=[1152] offset=6832064576 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.layer_norm2.weight kind=0 shape=[1152] offset=6832069184 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc1.bias kind=0 shape=[4304] offset=6832073792 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6832091008 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc2.bias kind=0 shape=[1152] offset=6842007424 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6842012032 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_k.bias kind=0 shape=[1152] offset=6851928448 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_k.weight kind=1 shape="[1152 1152]" offset=6851933056 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_output.bias kind=0 shape=[1152] offset=6854587264 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_output.weight kind=1 shape="[1152 1152]" offset=6854591872 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_q.bias kind=0 shape=[1152] offset=6857246080 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_q.weight kind=1 shape="[1152 1152]" offset=6857250688 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_v.bias kind=0 shape=[1152] offset=6859904896 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.20.attn_v.weight kind=1 shape="[1152 1152]" offset=6859909504 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm1.bias kind=0 shape=[1152] offset=6862563712 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm1.weight kind=0 shape=[1152] offset=6862568320 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm2.bias kind=0 shape=[1152] offset=6862572928 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.layer_norm2.weight kind=0 shape=[1152] offset=6862577536 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc1.bias kind=0 shape=[4304] offset=6862582144 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6862599360 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc2.bias kind=0 shape=[1152] offset=6872515776 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6872520384 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_k.bias kind=0 shape=[1152] offset=6882436800 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_k.weight kind=1 shape="[1152 1152]" offset=6882441408 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_output.bias kind=0 shape=[1152] offset=6885095616 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_output.weight kind=1 shape="[1152 1152]" offset=6885100224 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_q.bias kind=0 shape=[1152] offset=6887754432 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_q.weight kind=1 shape="[1152 1152]" offset=6887759040 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_v.bias kind=0 shape=[1152] offset=6890413248 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.21.attn_v.weight kind=1 shape="[1152 1152]" offset=6890417856 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm1.bias kind=0 shape=[1152] offset=6893072064 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm1.weight kind=0 shape=[1152] offset=6893076672 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm2.bias kind=0 shape=[1152] offset=6893081280 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.layer_norm2.weight kind=0 shape=[1152] offset=6893085888 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc1.bias kind=0 shape=[4304] offset=6893090496 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6893107712 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc2.bias kind=0 shape=[1152] offset=6903024128 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6903028736 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_k.bias kind=0 shape=[1152] offset=6912945152 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_k.weight kind=1 shape="[1152 1152]" offset=6912949760 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_output.bias kind=0 shape=[1152] offset=6915603968 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_output.weight kind=1 shape="[1152 1152]" offset=6915608576 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_q.bias kind=0 shape=[1152] offset=6918262784 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_q.weight kind=1 shape="[1152 1152]" offset=6918267392 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_v.bias kind=0 shape=[1152] offset=6920921600 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.22.attn_v.weight kind=1 shape="[1152 1152]" offset=6920926208 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm1.bias kind=0 shape=[1152] offset=6923580416 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm1.weight kind=0 shape=[1152] offset=6923585024 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm2.bias kind=0 shape=[1152] offset=6923589632 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.layer_norm2.weight kind=0 shape=[1152] offset=6923594240 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc1.bias kind=0 shape=[4304] offset=6923598848 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6923616064 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc2.bias kind=0 shape=[1152] offset=6933532480 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6933537088 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_k.bias kind=0 shape=[1152] offset=6943453504 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_k.weight kind=1 shape="[1152 1152]" offset=6943458112 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_output.bias kind=0 shape=[1152] offset=6946112320 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_output.weight kind=1 shape="[1152 1152]" offset=6946116928 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_q.bias kind=0 shape=[1152] offset=6948771136 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_q.weight kind=1 shape="[1152 1152]" offset=6948775744 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_v.bias kind=0 shape=[1152] offset=6951429952 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.23.attn_v.weight kind=1 shape="[1152 1152]" offset=6951434560 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm1.bias kind=0 shape=[1152] offset=6954088768 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm1.weight kind=0 shape=[1152] offset=6954093376 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm2.bias kind=0 shape=[1152] offset=6954097984 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.layer_norm2.weight kind=0 shape=[1152] offset=6954102592 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc1.bias kind=0 shape=[4304] offset=6954107200 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6954124416 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc2.bias kind=0 shape=[1152] offset=6964040832 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6964045440 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_k.bias kind=0 shape=[1152] offset=6973961856 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_k.weight kind=1 shape="[1152 1152]" offset=6973966464 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_output.bias kind=0 shape=[1152] offset=6976620672 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_output.weight kind=1 shape="[1152 1152]" offset=6976625280 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_q.bias kind=0 shape=[1152] offset=6979279488 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_q.weight kind=1 shape="[1152 1152]" offset=6979284096 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_v.bias kind=0 shape=[1152] offset=6981938304 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.24.attn_v.weight kind=1 shape="[1152 1152]" offset=6981942912 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm1.bias kind=0 shape=[1152] offset=6984597120 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm1.weight kind=0 shape=[1152] offset=6984601728 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm2.bias kind=0 shape=[1152] offset=6984606336 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.layer_norm2.weight kind=0 shape=[1152] offset=6984610944 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc1.bias kind=0 shape=[4304] offset=6984615552 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=6984632768 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc2.bias kind=0 shape=[1152] offset=6994549184 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=6994553792 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_k.bias kind=0 shape=[1152] offset=7004470208 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_k.weight kind=1 shape="[1152 1152]" offset=7004474816 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_output.bias kind=0 shape=[1152] offset=7007129024 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_output.weight kind=1 shape="[1152 1152]" offset=7007133632 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_q.bias kind=0 shape=[1152] offset=7009787840 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_q.weight kind=1 shape="[1152 1152]" offset=7009792448 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_v.bias kind=0 shape=[1152] offset=7012446656 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.25.attn_v.weight kind=1 shape="[1152 1152]" offset=7012451264 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm1.bias kind=0 shape=[1152] offset=7015105472 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm1.weight kind=0 shape=[1152] offset=7015110080 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm2.bias kind=0 shape=[1152] offset=7015114688 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.layer_norm2.weight kind=0 shape=[1152] offset=7015119296 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc1.bias kind=0 shape=[4304] offset=7015123904 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7015141120 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc2.bias kind=0 shape=[1152] offset=7025057536 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7025062144 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_k.bias kind=0 shape=[1152] offset=7034978560 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_k.weight kind=1 shape="[1152 1152]" offset=7034983168 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_output.bias kind=0 shape=[1152] offset=7037637376 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_output.weight kind=1 shape="[1152 1152]" offset=7037641984 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_q.bias kind=0 shape=[1152] offset=7040296192 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_q.weight kind=1 shape="[1152 1152]" offset=7040300800 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_v.bias kind=0 shape=[1152] offset=7042955008 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.26.attn_v.weight kind=1 shape="[1152 1152]" offset=7042959616 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm1.bias kind=0 shape=[1152] offset=7045613824 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm1.weight kind=0 shape=[1152] offset=7045618432 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm2.bias kind=0 shape=[1152] offset=7045623040 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.layer_norm2.weight kind=0 shape=[1152] offset=7045627648 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc1.bias kind=0 shape=[4304] offset=7045632256 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7045649472 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc2.bias kind=0 shape=[1152] offset=7055565888 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7055570496 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_k.bias kind=0 shape=[1152] offset=7065486912 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_k.weight kind=1 shape="[1152 1152]" offset=7065491520 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_output.bias kind=0 shape=[1152] offset=7068145728 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_output.weight kind=1 shape="[1152 1152]" offset=7068150336 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_q.bias kind=0 shape=[1152] offset=7070804544 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_q.weight kind=1 shape="[1152 1152]" offset=7070809152 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_v.bias kind=0 shape=[1152] offset=7073463360 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.3.attn_v.weight kind=1 shape="[1152 1152]" offset=7073467968 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm1.bias kind=0 shape=[1152] offset=7076122176 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm1.weight kind=0 shape=[1152] offset=7076126784 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm2.bias kind=0 shape=[1152] offset=7076131392 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.layer_norm2.weight kind=0 shape=[1152] offset=7076136000 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc1.bias kind=0 shape=[4304] offset=7076140608 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7076157824 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc2.bias kind=0 shape=[1152] offset=7086074240 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7086078848 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_k.bias kind=0 shape=[1152] offset=7095995264 time=2025-05-14T10:06:33.405+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_k.weight kind=1 shape="[1152 1152]" offset=7095999872 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_output.bias kind=0 shape=[1152] offset=7098654080 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_output.weight kind=1 shape="[1152 1152]" offset=7098658688 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_q.bias kind=0 shape=[1152] offset=7101312896 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_q.weight kind=1 shape="[1152 1152]" offset=7101317504 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_v.bias kind=0 shape=[1152] offset=7103971712 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.4.attn_v.weight kind=1 shape="[1152 1152]" offset=7103976320 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm1.bias kind=0 shape=[1152] offset=7106630528 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm1.weight kind=0 shape=[1152] offset=7106635136 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm2.bias kind=0 shape=[1152] offset=7106639744 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.layer_norm2.weight kind=0 shape=[1152] offset=7106644352 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc1.bias kind=0 shape=[4304] offset=7106648960 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7106666176 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc2.bias kind=0 shape=[1152] offset=7116582592 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7116587200 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_k.bias kind=0 shape=[1152] offset=7126503616 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_k.weight kind=1 shape="[1152 1152]" offset=7126508224 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_output.bias kind=0 shape=[1152] offset=7129162432 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_output.weight kind=1 shape="[1152 1152]" offset=7129167040 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_q.bias kind=0 shape=[1152] offset=7131821248 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_q.weight kind=1 shape="[1152 1152]" offset=7131825856 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_v.bias kind=0 shape=[1152] offset=7134480064 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.5.attn_v.weight kind=1 shape="[1152 1152]" offset=7134484672 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm1.bias kind=0 shape=[1152] offset=7137138880 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm1.weight kind=0 shape=[1152] offset=7137143488 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm2.bias kind=0 shape=[1152] offset=7137148096 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.layer_norm2.weight kind=0 shape=[1152] offset=7137152704 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc1.bias kind=0 shape=[4304] offset=7137157312 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7137174528 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc2.bias kind=0 shape=[1152] offset=7147090944 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7147095552 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_k.bias kind=0 shape=[1152] offset=7157011968 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_k.weight kind=1 shape="[1152 1152]" offset=7157016576 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_output.bias kind=0 shape=[1152] offset=7159670784 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_output.weight kind=1 shape="[1152 1152]" offset=7159675392 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_q.bias kind=0 shape=[1152] offset=7162329600 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_q.weight kind=1 shape="[1152 1152]" offset=7162334208 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_v.bias kind=0 shape=[1152] offset=7164988416 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.6.attn_v.weight kind=1 shape="[1152 1152]" offset=7164993024 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm1.bias kind=0 shape=[1152] offset=7167647232 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm1.weight kind=0 shape=[1152] offset=7167651840 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm2.bias kind=0 shape=[1152] offset=7167656448 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.layer_norm2.weight kind=0 shape=[1152] offset=7167661056 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc1.bias kind=0 shape=[4304] offset=7167665664 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7167682880 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc2.bias kind=0 shape=[1152] offset=7177599296 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7177603904 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_k.bias kind=0 shape=[1152] offset=7187520320 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_k.weight kind=1 shape="[1152 1152]" offset=7187524928 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_output.bias kind=0 shape=[1152] offset=7190179136 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_output.weight kind=1 shape="[1152 1152]" offset=7190183744 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_q.bias kind=0 shape=[1152] offset=7192837952 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_q.weight kind=1 shape="[1152 1152]" offset=7192842560 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_v.bias kind=0 shape=[1152] offset=7195496768 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.7.attn_v.weight kind=1 shape="[1152 1152]" offset=7195501376 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm1.bias kind=0 shape=[1152] offset=7198155584 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm1.weight kind=0 shape=[1152] offset=7198160192 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm2.bias kind=0 shape=[1152] offset=7198164800 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.layer_norm2.weight kind=0 shape=[1152] offset=7198169408 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc1.bias kind=0 shape=[4304] offset=7198174016 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7198191232 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc2.bias kind=0 shape=[1152] offset=7208107648 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7208112256 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_k.bias kind=0 shape=[1152] offset=7218028672 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_k.weight kind=1 shape="[1152 1152]" offset=7218033280 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_output.bias kind=0 shape=[1152] offset=7220687488 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_output.weight kind=1 shape="[1152 1152]" offset=7220692096 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_q.bias kind=0 shape=[1152] offset=7223346304 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_q.weight kind=1 shape="[1152 1152]" offset=7223350912 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_v.bias kind=0 shape=[1152] offset=7226005120 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.8.attn_v.weight kind=1 shape="[1152 1152]" offset=7226009728 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm1.bias kind=0 shape=[1152] offset=7228663936 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm1.weight kind=0 shape=[1152] offset=7228668544 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm2.bias kind=0 shape=[1152] offset=7228673152 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.layer_norm2.weight kind=0 shape=[1152] offset=7228677760 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc1.bias kind=0 shape=[4304] offset=7228682368 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc1.weight kind=1 shape="[1152 4304]" offset=7228699584 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc2.bias kind=0 shape=[1152] offset=7238616000 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.mlp.fc2.weight kind=1 shape="[4304 1152]" offset=7238620608 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_k.bias kind=0 shape=[1152] offset=7248537024 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_k.weight kind=1 shape="[1152 1152]" offset=7248541632 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_output.bias kind=0 shape=[1152] offset=7251195840 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_output.weight kind=1 shape="[1152 1152]" offset=7251200448 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_q.bias kind=0 shape=[1152] offset=7253854656 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_q.weight kind=1 shape="[1152 1152]" offset=7253859264 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_v.bias kind=0 shape=[1152] offset=7256513472 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.blk.9.attn_v.weight kind=1 shape="[1152 1152]" offset=7256518080 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.post_layernorm.bias kind=0 shape=[1152] offset=7259172288 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=v.post_layernorm.weight kind=0 shape=[1152] offset=7259176896 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=token_embd.weight kind=1 shape="[2560 262208]" offset=7259181504 time=2025-05-14T10:06:33.406+02:00 level=DEBUG source=gguf.go:607 msg=output_norm.weight kind=0 shape=[2560] offset=8601686464 time=2025-05-14T10:07:50.439+02:00 level=WARN source=ggml.go:152 msg="key not found" key=general.alignment default=32 time=2025-05-14T10:07:50.465+02:00 level=DEBUG source=model.go:85 msg="template detection" error="no matching template found" template="{{ bos_token }}\n{%- set loop_messages = messages -%}\n{%- for message in loop_messages -%}\n {%- if message['role'] == 'system' -%}\n {%- set role = 'user' -%}\n {%- elif message['role'] == 'assistant' -%}\n {%- set role = 'model' -%}\n {%- else -%}\n {%- set role = message['role'] -%}\n {%- endif -%}\n \n {%- if (role == 'user') != (loop.index0 % 2 == 0) -%}\n {{ raise_exception(\"Conversation roles must alternate user/assistant/user/assistant/...\") }}\n {%- endif -%}\n \n {{ '<start_of_turn>' + role + '\\n' }}\n {%- if message['content'] is string -%}\n {{ message['content'] | trim }}\n {%- elif message['content'] is iterable -%}\n {%- for item in message['content'] -%}\n {%- if item['type'] == 'image' -%}\n {{ '<start_of_image>' }}\n {%- elif item['type'] == 'text' -%}\n {{ item['text'] | trim }}\n {%- endif -%}\n {%- endfor -%}\n {%- else -%}\n {{ raise_exception(\"Invalid content type\") }}\n {%- endif -%}\n {{ '<end_of_turn>\\n' }}\n{%- endfor -%}\n{%- if add_generation_prompt -%}\n {{'<start_of_turn>model\\n'}}\n{%- endif -%}\n" llama_model_loader: loaded meta data with 36 key-value pairs and 883 tensors from /home/bert/.ollama/models/blobs/sha256-cc8a915fb79e9ecbb52f1f87b109d1a1f8352f69811868e9c3199aee321bffa2 (version GGUF V3 (latest)) llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output. llama_model_loader: - kv 0: gemma3.attention.head_count u32 = 8 llama_model_loader: - kv 1: gemma3.attention.head_count_kv u32 = 4 llama_model_loader: - kv 2: gemma3.attention.key_length u32 = 256 llama_model_loader: - kv 3: gemma3.attention.sliding_window u32 = 1024 llama_model_loader: - kv 4: gemma3.attention.value_length u32 = 256 llama_model_loader: - kv 5: gemma3.block_count u32 = 34 llama_model_loader: - kv 6: gemma3.context_length u32 = 131072 llama_model_loader: - kv 7: gemma3.embedding_length u32 = 2560 llama_model_loader: - kv 8: gemma3.feed_forward_length u32 = 10240 llama_model_loader: - kv 9: gemma3.mm.tokens_per_image u32 = 256 llama_model_loader: - kv 10: gemma3.vision.attention.head_count u32 = 16 llama_model_loader: - kv 11: gemma3.vision.attention.layer_norm_epsilon f32 = 0.000001 llama_model_loader: - kv 12: gemma3.vision.block_count u32 = 27 llama_model_loader: - kv 13: gemma3.vision.embedding_length u32 = 1152 llama_model_loader: - kv 14: gemma3.vision.feed_forward_length u32 = 4304 llama_model_loader: - kv 15: gemma3.vision.image_size u32 = 896 llama_model_loader: - kv 16: gemma3.vision.num_channels u32 = 3 llama_model_loader: - kv 17: gemma3.vision.patch_size u32 = 14 llama_model_loader: - kv 18: general.architecture str = gemma3 llama_model_loader: - kv 19: general.file_type u32 = 1 llama_model_loader: - kv 20: general.quantization_version u32 = 2 llama_model_loader: - kv 21: tokenizer.chat_template str = {{ bos_token }}\n{%- set loop_messages... llama_model_loader: - kv 22: tokenizer.ggml.add_bos_token bool = true llama_model_loader: - kv 23: tokenizer.ggml.add_eos_token bool = false llama_model_loader: - kv 24: tokenizer.ggml.add_padding_token bool = false llama_model_loader: - kv 25: tokenizer.ggml.add_unknown_token bool = false llama_model_loader: - kv 26: tokenizer.ggml.bos_token_id u32 = 2 llama_model_loader: - kv 27: tokenizer.ggml.eos_token_id u32 = 1 llama_model_loader: - kv 28: tokenizer.ggml.merges arr[str,514906] = ["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n", ... llama_model_loader: - kv 29: tokenizer.ggml.model str = llama llama_model_loader: - kv 30: tokenizer.ggml.padding_token_id u32 = 0 llama_model_loader: - kv 31: tokenizer.ggml.pre str = default llama_model_loader: - kv 32: tokenizer.ggml.scores arr[f32,262208] = [0.000000, 0.000000, 0.000000, 0.0000... llama_model_loader: - kv 33: tokenizer.ggml.token_type arr[i32,262208] = [3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, ... llama_model_loader: - kv 34: tokenizer.ggml.tokens arr[str,262208] = ["<pad>", "<eos>", "<bos>", "<unk>", ... llama_model_loader: - kv 35: tokenizer.ggml.unknown_token_id u32 = 3 llama_model_loader: - type f32: 479 tensors llama_model_loader: - type f16: 404 tensors llama_model_quantize: failed to quantize: key not found in model: gemma3.attention.layer_norm_rms_epsilon [GIN] 2025/05/14 - 10:07:51 | 200 | 1m20s | 127.0.0.1 | POST "/api/create" ```
Author
Owner

@aallgeier commented on GitHub (Jun 3, 2025):

+1 Having the same issue with 0.6.6 & gemma3 qat 4b unquantized.

key not found in model: gemma3.attention.layer_norm_rms_epsilon

Thanks in advance!

<!-- gh-comment-id:2934162208 --> @aallgeier commented on GitHub (Jun 3, 2025): +1 Having the same issue with `0.6.6` & gemma3 qat 4b unquantized. ``` key not found in model: gemma3.attention.layer_norm_rms_epsilon ``` Thanks in advance!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69039