Hi all, I am trying to export onnx models with a prompt_id/ decoder_input_ids passed in, following the example here: Export a model to ONNX with optimum.exporters.onnx,
However, I always get error ‘WhisperEncoder.forward() got an unexpected keyword argument ‘decoder_input_ids’’
Anyone has experience exporting the whisper to onnx and get a way to pass in the initial prompt?