You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: