Skip to content

Commit ca8f698

Browse files
committed
seems ok
1 parent f76fd39 commit ca8f698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5537,8 +5537,8 @@ struct llm_build_context {
55375537
llm_build_k_shift(ctx0, hparams, cparams, kv_self, gf, LLM_ROPE, n_ctx, n_embd_head, freq_base, freq_scale, cb);
55385538
}
55395539

5540-
//for (int il = 0; il < n_layer; ++il) {
5541-
for (int il = 0; il < 1; ++il) {
5540+
for (int il = 0; il < n_layer; ++il) {
5541+
//for (int il = 0; il < 1; ++il) {
55425542

55435543
// norm
55445544
cur = llm_build_norm(ctx0, inpL, hparams,

0 commit comments

Comments
 (0)