We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are running into following issues when onnx is lowering into torch.aten.triu in these models (llama2-7b-hf). Repro instructions can be found here::
llama2-7b-hf.default.pytorch.torch.mlir:315:12: error: failed to legalize operation 'torch.aten.arange.start_step' that was explicitly marked illegal %306 = torch.aten.triu %304, %305 : !torch.vtensor<[8,8],f32>, !torch.int -> !torch.vtensor<[8,8],f32> ^ llama2-7b-hf.default.pytorch.torch.mlir:315:12: note: see current operation: %382 = "torch.aten.arange.start_step"(%325, %21, %327, %324, %324, %324, %324) : (!torch.int, !torch.int, !torch.int, !torch.none, !torch.none, !torch.none, !torch.none) -> !torch.vtensor
The text was updated successfully, but these errors were encountered:
@saienduri I'm assuming this came about when running without --torchtolinalg, correct?
Sorry, something went wrong.
zjgarvey
No branches or pull requests
We are running into following issues when onnx is lowering into torch.aten.triu in these models (llama2-7b-hf). Repro instructions can be found here::
The text was updated successfully, but these errors were encountered: