junrushao commented on code in PR #13596: URL: https://github.com/apache/tvm/pull/13596#discussion_r1046149728
########## python/tvm/meta_schedule/relay_integration.py: ########## @@ -45,8 +45,7 @@ from .tune_context import TuneContext from .utils import fork_seed -if TYPE_CHECKING: - from tvm import relay +from tvm import relay Review Comment: By design, MetaSchedule should not depend on relay. Let's keep this line as it is -- 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]
