mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
clean up typos in submodule (#54372)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54372 Reviewed By: heitorschueroff Differential Revision: D27233797 Pulled By: walterddr fbshipit-source-id: f8d321199b6ae8b482e2ac3f10575402551365ef
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2c97cd290
commit
19f77700ec
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -54,7 +54,7 @@
|
||||
ignore = dirty
|
||||
path = third_party/zstd
|
||||
url = https://github.com/facebook/zstd.git
|
||||
[submodule "third-party/cpuinfo"]
|
||||
[submodule "third_party/cpuinfo"]
|
||||
ignore = dirty
|
||||
path = third_party/cpuinfo
|
||||
url = https://github.com/pytorch/cpuinfo.git
|
||||
@ -131,5 +131,5 @@
|
||||
path = third_party/tensorpipe
|
||||
url = https://github.com/pytorch/tensorpipe.git
|
||||
[submodule "third_party/kineto"]
|
||||
path = third_party/kineto
|
||||
url = https://github.com/pytorch/kineto
|
||||
path = third_party/kineto
|
||||
url = https://github.com/pytorch/kineto
|
||||
|
Reference in New Issue
Block a user