Skip to content

Commit

Permalink
remove develop code
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 18, 2023
1 parent febc635 commit 907b921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5538,7 +5538,6 @@ struct llm_build_context {
}

for (int il = 0; il < n_layer; ++il) {
//for (int il = 0; il < 1; ++il) {

// norm
cur = llm_build_norm(ctx0, inpL, hparams,
Expand Down

0 comments on commit 907b921

Please sign in to comment.