Skip to content

Commit 0fd3930

Browse files
committed
cleanup
1 parent 616f4c7 commit 0fd3930

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-arch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,6 @@ static const std::map<llm_arch, std::map<llm_tensor, const char *>> LLM_TENSOR_N
16721672
{ LLM_TENSOR_ATTN_K_NORM, "blk.%d.attn_k_norm" },
16731673
{ LLM_TENSOR_ATTN_V, "blk.%d.attn_v" },
16741674
{ LLM_TENSOR_ATTN_OUT, "blk.%d.attn_output" },
1675-
{ LLM_TENSOR_ATTN_ROT_EMBD, "blk.%d.attn_rot_embd" },
16761675
{ LLM_TENSOR_FFN_GATE_INP, "blk.%d.ffn_gate_inp" },
16771676
{ LLM_TENSOR_FFN_NORM, "blk.%d.ffn_norm" },
16781677
{ LLM_TENSOR_FFN_GATE_SHEXP, "blk.%d.ffn_gate_shexp" },

0 commit comments

Comments
 (0)