gromero commented on code in PR #13818: URL: https://github.com/apache/tvm/pull/13818#discussion_r1092452852
########## apps/microtvm/arduino/template_project/microtvm_api_server.py: ########## @@ -28,7 +28,7 @@ from string import Template from packaging import version -from tvm.micro.project_api import server +import server Review Comment: @mehrdadh I understand all that and I agree that this was exactly the originally need for the project API client/server design. What I was questioning here is why it was necessary to use `server.py` since it was common/generic code for the server in TVM. But I see now that `microtvm_api_server.py` imports `server.py` also for isolated env, so the python env in this case doesn't have tvm.micro in its env. ok. -- 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]
