...when export gpt2 model with `export_modules_as_functions=...
🐛 Describe the bug Hello, I'm using torch.onnx.export to convert my gpt2 model to onnx format. But when I set opset_version=15 and export_modules_as_functions=True, the program reports an error: Traceback (most recent call last): File "/...