grant-arm commented on code in PR #10962:
URL: https://github.com/apache/tvm/pull/10962#discussion_r848462959
##########
python/tvm/driver/tvmc/compiler.py:
##########
@@ -202,6 +208,7 @@ def compile_model(
pass_context_configs: Optional[List[str]] = None,
additional_target_options: Optional[Dict[str, Dict[str, Any]]] = None,
use_vm: bool = False,
+ mod_name: Optional[str] = "default",
Review Comment:
Thanks @areusch , I agree it would be good to have "default" as a constant.
It feels like this should be a separate PR though.
--
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]