tqchen commented on a change in pull request #7994:
URL: https://github.com/apache/tvm/pull/7994#discussion_r628448897



##########
File path: vta/tutorials/frontend/deploy_classification.py
##########
@@ -63,6 +63,8 @@
 
 # Make sure that TVM was compiled with RPC=1
 assert tvm.runtime.enabled("rpc")
+# Make sure vta is available
+assert tvm.get_global_func("tvm.contrib.vta.init", True) is not None

Review comment:
       I believe https://github.com/apache/tvm/pull/7761 already checks if vta 
binary is available




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to