Lunderberg commented on PR #16088: URL: https://github.com/apache/tvm/pull/16088#issuecomment-1803937452
Looks good, and approved. Current CI failures are due to use of `IRModule | None` as a type annotation, which requires [PEP-0604](https://peps.python.org/pep-0604/) support added in python 3.10. As TVM supports 3.7+, these annotations should be replaced with `typing.Optional[IRModule]`. -- 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]
