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/01/28 19:41:54 UTC

[GitHub] [tvm] grant-arm commented on a change in pull request #10095: [microTVM] Include standalone_crt dependencies in MLF

grant-arm commented on a change in pull request #10095:
URL: https://github.com/apache/tvm/pull/10095#discussion_r794829776



##########
File path: python/tvm/micro/model_library_format.py
##########
@@ -317,6 +321,16 @@ def _export_graph_model_library_format(
         "style": "full-model",
     }
 
+    if is_aot and (str(mod.runtime) == "crt"):
+        standalone_crt = {
+            "short_name": "tvm_standalone_crt",
+            "url": "./runtime",

Review comment:
       Thanks for the feedback @leandron . I've changed this now.




-- 
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