gromero commented on code in PR #10865:
URL: https://github.com/apache/tvm/pull/10865#discussion_r842235015
##########
python/tvm/driver/tvmc/autotuner.py:
##########
@@ -233,6 +233,11 @@ def drive_tune(args):
args: argparse.Namespace
Arguments from command line parser.
"""
+ if not os.path.isfile(args.FILE):
Review Comment:
@Mousius I'm a sinner, I recognize. But seeking redemption I have added a
test case also for `tvmc compile` which I have fixed recently.
Currently the CI is failing due to a TVMCException caught in
test_tune_rpc_tracker_parsing test and since I was not able to reproduce
locally I've added a fix on my guessing about the root cause. Let's see if it
pleases the CI.
Thanks for the quick review!
--
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]