Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-goliaro committed Sep 29, 2024
1 parent 22aebb3 commit 7848871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/incr_decoding/incr_decoding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void FlexFlow::top_level_task(Task const *task,
printf("Prompt[%d]: %s\n", total_num_requests, text.c_str());
Request inference_req;
inference_req.prompt = text;
inference_req.max_sequence_length = 10;
inference_req.max_sequence_length = 128;
requests.push_back(inference_req);
total_num_requests++;
}
Expand Down

0 comments on commit 7848871

Please sign in to comment.