-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Good First Issue]: Support aten::dot for pytorch models #22074
Comments
Can I work on this issue? |
Yes, please do |
Fyi, please use new link to join Intel DevHub Discord server, if you have not yet joined. The previous one is outdated. Best regards, |
Yes, sir I have joined the Intel DevHub Discord Server. Thanks for the info though |
apologies on tagging the wrong PR with this issue will update the corrected PR soon |
I am really sorry, as due to some issues I lost my changes of the PR I was about to create and I am not able to find time to redo it. Till the time someone else maybe can take up the issue. |
No worries, thank you for notification. |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
I would like to take a swing at this !!@mvafin |
Unfortunately I haven't been able to get the code running due to compiler issues, so I will be leaving this issue for now, will come back to it if I'm able to resolve that. Thanks |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Moving back to unassigned due to 3 weeks of no activity |
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
@LucaTamSapienza please focus on the finishing this one #22642 as well as it is still not completed |
@andrei-kochin |
### Details: - added `aten::dot` operation for pytorch models ### Tickets: - Closes #22074 --------- Co-authored-by: Maxim Vafin <[email protected]>
### Details: - added `aten::dot` operation for pytorch models ### Tickets: - Closes openvinotoolkit#22074 --------- Co-authored-by: Maxim Vafin <[email protected]>
### Details: - added `aten::dot` operation for pytorch models ### Tickets: - Closes openvinotoolkit#22074 --------- Co-authored-by: Maxim Vafin <[email protected]>
Context
OpenVINO component responsible for support of PyTorch models is called as PyTorch Frontend (PT FE). PT FE converts a model represented as TorchScript model to a model in OpenVINO opset.
What needs to be done?
Example Pull Requests
#18998
Resources
Contact points
@openvinotoolkit/openvino-pytorch-frontend-maintainers
Ticket
TBD
The text was updated successfully, but these errors were encountered: