Skip to content
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

ONNX opset version #570

Closed
saienduri opened this issue Mar 28, 2024 · 2 comments
Closed

ONNX opset version #570

saienduri opened this issue Mar 28, 2024 · 2 comments
Assignees

Comments

@saienduri
Copy link
Contributor

saienduri commented Mar 28, 2024

We are seeing these issues related to opset version (onnx to torch support needed) in these models (llama2-7b-GPTQ, opt-125m-gptq). Repro instructions can be found here:

torch.onnx.errors.UnsupportedOperatorError: Exporting the operator 'aten::bitwise_right_shift' to ONNX opset version 17 is not supported. Please feel free to request support or submit a pull request on PyTorch GitHub: https://github.com/pytorch/pytorch/issues.
@AmosLewis
Copy link
Contributor

AmosLewis commented Apr 19, 2024

This looks like a pytorch issue, not the torch-mlir issues. To solve this, we need to file a pytorch issuse as soon as possible here https://github.com/pytorch/pytorch/issues

@zjgarvey
Copy link
Collaborator

I got the pytorch PR for this merged here pytorch/pytorch#126229, so I'm going to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants