### Feature request With https://github.com/huggingface/transformers/pull/38879, exporting with static cache as input should be supported in https://github.com/huggingface/transformers/blob/797860c68cfd8bd3ad38ce312540445073f76b30/src/transformers/integrations/executorch.py#L288. This helps the exported program preserve proper input order for downstream conversion (e.g. torch.onnx.export). Related - https://github.com/pytorch/pytorch/issues/155862 cc @xadupre @yuanyao-nv @guangy10 ### Motivation Better preservation of exported program signatures ### Your contribution Yes