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 2022/06/15 09:55:48 UTC

[GitHub] [tvm] jiangjiajun opened a new pull request, #11730: [TVMC] Fix error while compile paddle model with tvmc

jiangjiajun opened a new pull request, #11730:
URL: https://github.com/apache/tvm/pull/11730

   The tvmc command will throw a error while the passed path of model is not exist, But for PaddlePaddle model, it contains 2 file model_name.pdmodel and model_name.pdiparams, we only pass the prefix like inference_model/model_name.
   
   This pr is same with https://github.com/apache/tvm/pull/11108 
   Since the origin PR didn't update for a long time, I send this new PR
   
   Thanks for contributing to TVM!   Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them in the pull request thread.
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 merged pull request #11730: [TVMC] Fix error while compile paddle model with tvmc

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged PR #11730:
URL: https://github.com/apache/tvm/pull/11730


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org