Closed jcai04 closed 9 months ago
Hi @jcai04, this does not seems to be an issue with transformers. Please submit this issue in the pytorch repo.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
version:
transformers
version: 4.35.2Who can help?
@SunMarc
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Code snippet:
Error messages:
torch.compile setting:
Expected behavior
We except to be able to do inference with dynamo, and we successfully inference when setting "fullgraph=False" in torch.compile. However, it is doesn't work when "fullgraph=True" in torch.compile with the same code