-
Notifications
You must be signed in to change notification settings - Fork 27.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPT-Neo ONNX Inference with past is broken #13175
Comments
Gently pinging @mfuntowicz here |
@michaelbenayoun @mfuntowicz @sgugger @LysandreJik would you be so kind to assist in resolving this issue? |
Hello @whiteRa2bit, thanks for testing out the experimental |
@LysandreJik, thanks a lot for letting me know! |
Hi @whiteRa2bit, |
#13491 along with #13524 solve the issue, but be careful of 2 things:
|
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. |
Environment info
transformers
version: 4.10.0.dev0 (1fec32a)Who can help
The issue is connected with a pull #12911:
@michaelbenayoun @mfuntowicz @sgugger @LysandreJik
Information
Model I am using is gpt-neo 1.3B
The problem arises when using:
The tasks I am working on is:
To reproduce
Steps to reproduce the behavior:
The inference code runs into the following error:
Expected behavior
Onnx Inference for a model with past states should work. While converting without past states the inference works fine.
The text was updated successfully, but these errors were encountered: