Skip to content

Commit 259ae1d

Browse files
adrianiskggerganov
andauthored
spec: add Minimax2 eagle3 support
* Fix nullptr in minimax2 EAGLE3 * minor : add newline --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
1 parent 4193ea6 commit 259ae1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/models/minimax-m2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ llama_model_minimax_m2::graph::graph(const llama_model & model, const llm_graph_
6060
ggml_tensor * inp_out_ids = build_inp_out_ids();
6161

6262
for (int il = 0; il < n_layer; ++il) {
63+
res->t_layer_inp[il] = inpL;
64+
6365
ggml_tensor * inpSA = inpL;
6466

6567
cur = inpL;

0 commit comments

Comments
 (0)