Mousius commented on a change in pull request #10003:
URL: https://github.com/apache/tvm/pull/10003#discussion_r798466565



##########
File path: tests/scripts/task_ci_setup.sh
##########
@@ -39,3 +39,6 @@ python3 -m pip install --user tlcpack-sphinx-addon==0.2.1 
synr==0.6.0
 
 # Ensure no stale pytest-results remain from a previous test run.
 (cd build && rm -rf pytest-results)
+
+# Install tvm as a local package to allow tvmc to work
+python3 -m pip install --user -e ./python

Review comment:
       I don't think the Project API addresses this need, as these demos 
represent a user with an existing application and integration with just the 
model rather than generating a full project they want to orchestrate from TVM. 
Porting to the Project API would then be unfamiliar territory to those users? 
As such I think we can just create a virtual env to use for running the demos 
in?




-- 
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: [email protected]

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


Reply via email to