sweetcocoa opened a new pull request, #16199: URL: https://github.com/apache/tvm/pull/16199
I think it is a quite simple problem, `aten::concat` is just an alias of `aten::cat`, but it is not supported. https://github.com/pytorch/pytorch/blob/3fbfa8cd0a5cefadb3f116c5cd0d60e96ab8c99e/aten/src/ATen/native/TensorShape.cpp#L667 If needed, I will add a minimal example to reproduce. ``` torch==2.1.1+cpu numpy==1.23.5 ``` -- 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]
