guoyaol opened a new pull request, #15845: URL: https://github.com/apache/tvm/pull/15845
Fix behaviors for importing torch.cat/concat Now we can import Stable Diffusion XL and Real-ESRGAN more smoothly Before fixing, we only support **torch.cat((x, y), dim=n_dim)** Add support for importing: 1. **torch.cat((x, y))** with defualt dim=0 2. **torch.cat((x, y), n_dim)** when user doesn't explicitly state dim= 3. **torch.concat** an alias of torch.cat -- 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]
