Skip to content

Commit 93674de

Browse files
committed
debug
1 parent fe68015 commit 93674de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ bool llama_model::load_tensors(llama_model_loader & ml) {
29462946
buft = ggml_backend_dev_buffer_type(cpu_dev);
29472947
}
29482948

2949-
LLAMA_LOG_INFO("wkv_b shape: [%d, %d]\n", wkv_b->ne[0], wkv_b->ne[1]);
2949+
LLAMA_LOG_INFO("wkv_b shape: [%d, %d], type: %d\n", wkv_b->ne[0], wkv_b->ne[1], int(wkv_b->type));
29502950
LLAMA_LOG_INFO("n_head_kv: %d, kv_lora_rank: %d, n_embd_head_qk_nope: %d\n", n_head_kv, kv_lora_rank, n_embd_head_qk_nope);
29512951
ggml_context * ctx = ctx_for_buft(buft);
29522952
layer.wk_b = ggml_new_tensor_2d(ctx,

0 commit comments

Comments
 (0)