-
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
Revert the changes for NNPACK build issue #13913
Revert the changes for NNPACK build issue #13913
Conversation
This patch undoes the change that was put in place to prevent the build and installation of NNPACK from failing due to a renaming of the default branch to main by the NNPACK external dependency cpuinfo. See apache#13871 The issue has been fixed at the source by PR apache#214, so the change to `ubuntu_install_nnpack.sh` is no longer required: Maratyszcza/NNPACK#214
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
@tvm-bot rerun |
Seems to be a transient error with the CI locating Ubuntu mirrors. Was able to reproduce locally and now the issue has cleared up for me locally, so I will re-run the CI. |
@tvm-bot rerun |
This patch undoes the change that was put in place to prevent the build and installation of NNPACK from failing due to a renaming of the default branch to main by the NNPACK external dependency cpuinfo.
See #13871
The issue has been fixed at the source by PR #214 which is now merged in to NNPACK, so the change to
ubuntu_install_nnpack.sh
is no longer required:Maratyszcza/NNPACK#214
CC @ashutosh-arm @leandron @driazati @areusch