tqchen commented on a change in pull request #5137: [Rust][CI] Restore Rust CI
URL: https://github.com/apache/incubator-tvm/pull/5137#discussion_r403494867
##########
File path: rust/runtime/tests/build_model.py
##########
@@ -41,6 +41,7 @@ def main():
dshape = (32, 16)
net = _get_model(dshape)
mod, params = testing.create_workload(net)
+ import pdb; pdb.set_trace()
Review comment:
remove this line, seems pdb cases segfault on the CI
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services