interesaaat opened a new issue #10499:
URL: https://github.com/apache/tvm/issues/10499
Hi,
I am running a pytorch model and I am getting this error.
File "/home/hummingbird/tvm/python/tvm/relay/frontend/pytorch.py", line
3991, in from_pytorch
converter.report_missing_conversion(op_names)
File "/home/hummingbird/tvm/python/tvm/relay/frontend/pytorch.py", line
3197, in report_missing_conversion
raise NotImplementedError(msg)
NotImplementedError: The following operators are not implemented:
['aten::__lshift__', 'aten::__rshift__', 'aten::unique_consecutive',
'aten::__ior__']
My versions are:
torch: 1.10.0
tvm: 0.9.dev708+g17652d341
@masahi
Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]