-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing tvm.micro.project_api module file #8944
Conversation
Having this as a Python module now uncovered some 30-ish linter failures, I'm gonna fix them. |
@areusch In general would an user (tvmc) import |
When using it from a packaged
|
uhhh weird how did that pass regression? very sorry about that! thanks for fixing the lint problems. @gromero in general i'd expect most users to use tvm.micro.project, not tvm.micro.project_api. |
Probably because it uses a source tree to run the tests. |
* Add missing tvm.micro.project_api module file. The missing __init__.py makes it impossible to import this module with `import tvm.micro.project_api`. * This uncover 30-ish linting errors, which are also fixed here.
Add missing tvm.micro.project_api module file
__init__.py
makes it impossible toimport tvm.micro.project_api
, which is indirectly done intvmc
tlcpack
as the module is not included in the package at allcc @tqchen @areusch @gromero @manupa-arm @Mousius for reviews