zhyncs commented on code in PR #13136:
URL: https://github.com/apache/tvm/pull/13136#discussion_r999315195
##########
python/tvm/driver/tvmc/compiler.py:
##########
@@ -223,6 +223,7 @@ def compile_model(
use_vm: bool = False,
mod_name: Optional[str] = "default",
workspace_pools: Optional[WorkspaceMemoryPools] = None,
+ instruments = None,
Review Comment:
> nit: could we add the `Optional[Sequence[PassInstrument]]` type annotation
done
--
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]