Skip to content

Commit defcc5a

Browse files
committed
Fix .gitmodules for pthreadpool
1 parent 7c300e7 commit defcc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
url = https://github.com/pytorch/cpuinfo.git
2828
[submodule "backends/xnnpack/third-party/pthreadpool"]
2929
path = backends/xnnpack/third-party/pthreadpool
30-
url = https://github.com/Maratyszcza/pthreadpool.git
30+
url = https://github.com/google/pthreadpool.git
3131
[submodule "extension/llm/tokenizers"]
3232
path = extension/llm/tokenizers
3333
url = https://github.com/pytorch-labs/tokenizers.git

0 commit comments

Comments
 (0)