Skip to content

Commit de4d192

Browse files
committedFeb 5, 2024
Fixed issue
1 parent f67e802 commit de4d192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎optimum/intel/openvino/modeling_decoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def forward(
470470
) -> CausalLMOutputWithPast:
471471
self.compile()
472472

473-
inputs = self.prepare_forward_inputs(
473+
inputs = self.prepare_inputs(
474474
input_ids=input_ids,
475475
attention_mask=attention_mask,
476476
past_key_values=past_key_values,

0 commit comments

Comments
 (0)