You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Currently, When using
relay.build
, it shows theDeprecationWarning: 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 modelneo-ai-dlr/src/dlr_common.cc
Lines 83 to 84 in ff50e87
The text was updated successfully, but these errors were encountered: