From aa040e3970f1472c09d7c0c7be4f5dc39ace65c8 Mon Sep 17 00:00:00 2001 From: Max Ren <40742183+mcr229@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:23:47 -0700 Subject: [PATCH] Fix .gitmodules for pthreadpool (#12415) ### Summary Need to update the .gitmodules for this change in pthreadpool (cherry picked from commit f5a8ff57ce7a5d17a70d1fc22f7a9c004b925e96) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 702bf091f21..945ae5ed51e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,7 +27,7 @@ url = https://github.com/pytorch/cpuinfo.git [submodule "backends/xnnpack/third-party/pthreadpool"] path = backends/xnnpack/third-party/pthreadpool - url = https://github.com/Maratyszcza/pthreadpool.git + url = https://github.com/google/pthreadpool.git [submodule "extension/llm/tokenizers"] path = extension/llm/tokenizers url = https://github.com/pytorch-labs/tokenizers.git