-
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::quantile #28395
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hi @gatbontonp! I noticed you're working on this issue. Would you be open to collaboration? I'd be happy to help with implementation or testing. If you've already started, I could focus on specific parts of the task, like writing tests or documentation. |
hello @mvafin can you please look upto the PR made |
Hi @gatbontonp thank you for your feedback and for pointing out the additional considerations! I really appreciate the work you've done so far, and I didn't mean to overlap or rush things—I just got excited about the issue and wanted to contribute. I’ve already put in significant effort into my PR, and it’s ready for review. I believe it addresses the issue comprehensively, including the interpolation methods and handling cases where q is a float or tensor. I’d love for you to take a look and share your thoughts on it. If there are any improvements or adjustments needed, I’m happy to incorporate them. Since my PR is already complete, I think it would be efficient to move forward with it to avoid duplication of effort. However, if there are specific aspects of your work that you feel should be included, I’m open to collaborating and integrating them into my PR. |
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: