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

Support loading the TVM model from one so file #275

Open
stu1130 opened this issue Nov 5, 2020 · 0 comments
Open

Support loading the TVM model from one so file #275

stu1130 opened this issue Nov 5, 2020 · 0 comments

Comments

@stu1130
Copy link

stu1130 commented Nov 5, 2020

Currently, When using relay.build, it shows the DeprecationWarning: legacy graph runtime behavior of producing json / lib / params will be removed in the next release. Please see documents of tvm.contrib.graph_runtime.GraphModule for the new recommended usage. but in dlr backend detection, we need the params file to create a TVM model

if (EndsWith(filename, ".params")) {
return DLRBackend::kTVM;
Does dlr support reading one so file to create TVM model?

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

No branches or pull requests

1 participant