Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Mar 14, 2024
1 parent 8d82c91 commit 0479a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inference/spec_infer/spec_infer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ void FlexFlow::top_level_task(Task const *task,

// first decoding step: 3 results
if (expansion_degree != -1) {
rm->push_spec_infer_tree_width(1);
rm->push_spec_infer_tree_width(1);
rm->push_spec_infer_tree_width(expansion_degree);
}

Expand Down

0 comments on commit 0479a64

Please sign in to comment.