File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10648,8 +10648,6 @@ struct llm_build_rwkv6qwen2 : public llm_build_rwkv6_base {
10648
10648
const auto n_seq_tokens = ubatch.n_seq_tokens;
10649
10649
const auto n_seqs = ubatch.n_seqs;
10650
10650
10651
- inpL = build_inp_embd(model.tok_embd);
10652
-
10653
10651
for (int il = 0; il < n_layer; ++il) {
10654
10652
const llama_layer * layer = &model.layers[il];
10655
10653
@@ -11001,8 +10999,6 @@ struct llm_build_arwkv7 : public llm_build_rwkv7_base {
11001
10999
const auto n_seq_tokens = ubatch.n_seq_tokens;
11002
11000
const auto n_seqs = ubatch.n_seqs;
11003
11001
11004
- inpL = build_inp_embd(model.tok_embd);
11005
-
11006
11002
for (int il = 0; il < n_layer; ++il) {
11007
11003
const llama_layer * layer = &model.layers[il];
11008
11004
You can’t perform that action at this time.
0 commit comments