Skip to content

Commit

Permalink
llama config modification
Browse files Browse the repository at this point in the history
  • Loading branch information
metric-space committed Jul 10, 2024
1 parent fb1d31e commit b5c0a59
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions mergekit/_data/architectures/llama.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,10 @@
"name": "lm_head.weight",
"input_space": "running_residual",
"is_lm_head": true,
"is_embed":true,
"aliases": [
"model.lm_head.weight"
]
}
],
"procedural_spaces": [
{
"type": "kv_expand",
"name":"attn_qkv_${layer_index}",
"inputs": [
"attn_qk_${layer_index}",
"attn_v_${layer_index}"
]
}
]
}

0 comments on commit b5c0a59

Please sign in to comment.