Hzfengsy commented on code in PR #16121:
URL: https://github.com/apache/tvm/pull/16121#discussion_r1391990264
##########
python/tvm/relax/vm_build.py:
##########
@@ -249,6 +248,7 @@ def build(
mod: tvm.IRModule,
target: Union[str, tvm.target.Target],
params: Optional[Dict[str, list]] = None,
+ pipeline: str = "default",
Review Comment:
I appreciate this PR's work, but I am still concerned about setting the
"default" pipeline to the `build` API.
As we said we'd like to keep it a "minimal" build. It would be great to set
the default value to None, while give more time for the community to discuss
about the default pipeline in `build` API
--
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]