seems ok
This commit is contained in:
parent
f76fd39266
commit
ca8f698638
1 changed files with 2 additions and 2 deletions
|
@ -5537,8 +5537,8 @@ struct llm_build_context {
|
|||
llm_build_k_shift(ctx0, hparams, cparams, kv_self, gf, LLM_ROPE, n_ctx, n_embd_head, freq_base, freq_scale, cb);
|
||||
}
|
||||
|
||||
//for (int il = 0; il < n_layer; ++il) {
|
||||
for (int il = 0; il < 1; ++il) {
|
||||
for (int il = 0; il < n_layer; ++il) {
|
||||
//for (int il = 0; il < 1; ++il) {
|
||||
|
||||
// norm
|
||||
cur = llm_build_norm(ctx0, inpL, hparams,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue