Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a python how to example of deploying tvm module with tvm runtime only #4094

Merged
merged 1 commit into from
Oct 10, 2019

Conversation

fwd4
Copy link
Contributor

@fwd4 fwd4 commented Oct 10, 2019

TVM has the capability to deploy modules not only with cpp APIs as specified in (https://docs.tvm.ai/deploy/cpp_deploy.html), but also with python APIs.

This PR adds an example tvm module deployment with python APIs. The original deployment test script remains unchanged and runs smoothly with an added python API test.

Copy link
Contributor

@tmoreau89 tmoreau89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for extending the deployment examples. Nit: I would rename the PR title from tutorial to how to example in order to not confuse it with the Sphinx gallery tutorials.

@tqchen tqchen changed the title Add a python tutorial of deploying tvm module with tvm runtime only Add a python how to example of deploying tvm module with tvm runtime only Oct 10, 2019
@tqchen tqchen merged commit aad48ff into apache:master Oct 10, 2019
@tqchen
Copy link
Member

tqchen commented Oct 10, 2019

Thanks @tmoreau89 @LiahA !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants