Error in Converting Whisper from TorchFX to Relax: Issue with Function Call in slice Operation

I’m trying to convert Whisper into TorchFX and then into Relax. However, when converting the operation

getitem_41(decoder_positional_embedding, slice(0, add_9, None))

I encountered an error. I suspect the issue is that slice contains a function call. Does anyone have any suggestions on how to resolve this?