Liam-Sturge commented on code in PR #13913: URL: https://github.com/apache/tvm/pull/13913#discussion_r1097196926
########## docker/install/ubuntu_install_nnpack.sh: ########## @@ -26,7 +26,7 @@ git clone https://github.com/Maratyszcza/NNPACK NNPACK git clone https://github.com/Maratyszcza/pthreadpool NNPACK/pthreadpool # Use specific versioning tag. -(cd NNPACK && sed -i 's/GIT_TAG master/GIT_TAG main/g' ./cmake/DownloadCpuinfo.cmake && git checkout 1e005b0c2) +(cd NNPACK && git checkout 1e005b0c2) Review Comment: You are right. Thanks @ashutosh-arm , I have fixed the patch with the latest commit. -- 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]
