-
Notifications
You must be signed in to change notification settings - Fork 73
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
Getting runtime error. #1
Comments
@abhinavsp0730 thanks, that's a known issue in transformers library while exporting t5 to onnx. the issue can be fixed by following the guide in this notebook. or you can make the following changes in the it's just a two-line simple fix. |
@Ki6an thanks for the help. Is this method is supported for GPU or CPU? |
I'm guessing it's not using onnxruntime-gpu package.So is fastT5 compatable with Gpu if we install |
@abhinavsp0730 currently fastT5 doesn't support GPU, will be working on this in the future. |
Hi, @Ki6an it's great work. But while executing below code
I'm getting this error.
The text was updated successfully, but these errors were encountered: