Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions custom_ops/gpu_ops/cpp_extensions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,9 @@ void NgramMatch(const paddle::Tensor& input_ids,
const paddle::Tensor& step_idx,
const paddle::Tensor& draft_token_num,
const paddle::Tensor& draft_tokens,
const paddle::Tensor& draft_tokens_copy,
const paddle::Tensor& seq_lens_this_time,
const paddle::Tensor& seq_lens_this_time_copy,
const paddle::Tensor& seq_lens_encoder,
const paddle::Tensor& seq_lens_decoder,
const paddle::Tensor& max_dec_len,
Expand All @@ -952,7 +954,9 @@ void HybridMtpNgram(const paddle::Tensor& input_ids,
const paddle::Tensor& step_idx,
const paddle::Tensor& draft_token_num,
const paddle::Tensor& draft_tokens,
const paddle::Tensor& draft_tokens_copy,
const paddle::Tensor& seq_lens_this_time,
const paddle::Tensor& seq_lens_this_time_copy,
const paddle::Tensor& seq_lens_decoder,
const paddle::Tensor& max_dec_len,
const int max_ngram_size,
Expand Down
Loading
Loading