Skip to content

Commit 60fcb0d

Browse files
authored
Revert the changes for NNPACK build issue (#13913)
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
1 parent cec5f0b commit 60fcb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install/ubuntu_install_nnpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ git clone https://github.com/Maratyszcza/NNPACK NNPACK
2626
git clone https://github.com/Maratyszcza/pthreadpool NNPACK/pthreadpool
2727

2828
# Use specific versioning tag.
29-
(cd NNPACK && sed -i 's/GIT_TAG master/GIT_TAG main/g' ./cmake/DownloadCpuinfo.cmake && git checkout 1e005b0c2)
29+
(cd NNPACK && git checkout 70a77f485)
3030
(cd NNPACK/pthreadpool && git checkout 13da0b4c)
3131

3232
mkdir -p NNPACK/build

0 commit comments

Comments
 (0)