Bert2Bert passing input_ids to compute_metrics through the Seq2SeqTrainingArguments

I’m working with the BERT2BERT model and I want to calculate ibleu which requires input_ids, I tried to use “include_inputs_for_metrics=True” In the Seq2SeqTrainingArguments but I got the “unexpected keyword argument” and I don’t know why. any help will be so appreciated.