You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/11/03 13:37:19 UTC

[GitHub] [incubator-tvm] giuseros opened a new pull request #6822: [TVMC] 'tvmc tune' --rpc-tracker and --rpc-tracker fail due to argparse misconfiguration

giuseros opened a new pull request #6822:
URL: https://github.com/apache/incubator-tvm/pull/6822


   Fix an error with `tvmc tune`, that causes --rpc-tracker and --rpc-key to be identified as a list of strings, rather than the expected string type.
   
   Removing the unnecessary nargs solves the issues.
   
   cc: @leandron 
   
   This is a follow-up of https://github.com/apache/incubator-tvm/pull/6762
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] comaniac commented on pull request #6822: [TVMC] 'tvmc tune' --rpc-tracker and --rpc-tracker fail due to argparse misconfiguration

Posted by GitBox <gi...@apache.org>.
comaniac commented on pull request #6822:
URL: https://github.com/apache/incubator-tvm/pull/6822#issuecomment-721293407


   Thanks @giuseros @leandron 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] comaniac merged pull request #6822: [TVMC] 'tvmc tune' --rpc-tracker and --rpc-tracker fail due to argparse misconfiguration

Posted by GitBox <gi...@apache.org>.
comaniac merged pull request #6822:
URL: https://github.com/apache/incubator-tvm/pull/6822


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-tvm] leandron commented on pull request #6822: [TVMC] 'tvmc tune' --rpc-tracker and --rpc-tracker fail due to argparse misconfiguration

Posted by GitBox <gi...@apache.org>.
leandron commented on pull request #6822:
URL: https://github.com/apache/incubator-tvm/pull/6822#issuecomment-721029057


   > LGTM. @leandron yes, we should summarize the bugfix PRs of TVMC and file a backported PR to v0.7. It would be better to do more tests during this time to make sure all straightforward bugs like this one are fixed.
   
   Yes, we are doing more tests, and planning to fix some - if not all - items on #6792. Then have this 0.7 PR would be cool - leave that to me.


----------------------------------------------------------------
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:
users@infra.apache.org