-
Notifications
You must be signed in to change notification settings - Fork 667
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
Align TVM packages with ModelZoo changes #1879
Comments
Please correct me if I'm wrong. It seems that the currect ci compiles the tvm library and uploads it. The library will be downloaded when building the package. But these packages only contain inference functionality. To make full use of |
You are correct in the description of the inference functionality. Note that I have never used those From my point of view, using If we do choose to use |
Second step was not done. |
Checklist
Description
The neural network artifacts built for TVM as part of the ModelZoo CI are changing in layout. The change has been discussed in autowarefoundation/modelzoo#63 and autowarefoundation/autoware#2508. The Autoware packages need to align with the change.
ModelZoo artifacts changed from being held in a single archive to one archive per model/backend combination. It allows users to only download needed archives.
This task depends on #628 being completed first.
The prebuilt asset rework will be needed for the neural networks added in ModelZoo for #908 to be available in Autoware.
Purpose
Reduce bandwidth usage.
Have a better versioning of the models.
Possible approaches
Change from all models being handled by the "neural_networks_provider" package to models being downloaded by packages that need them.
Leverage the newly added versioning of the prebuilt models.
Definition of done
The text was updated successfully, but these errors were encountered: