[Submodule] Remove zstd dependency (#126485)

After searching in the codebase, it seems that zstd is not in use now.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/126485
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2024-05-17 12:49:23 +00:00
committed by PyTorch MergeBot
parent 6c503f1dbb
commit 4ed93d6e0c
5 changed files with 0 additions and 32 deletions

4
.gitmodules vendored
View File

@ -50,10 +50,6 @@
ignore = dirty
path = third_party/psimd
url = https://github.com/Maratyszcza/psimd.git
[submodule "third_party/zstd"]
ignore = dirty
path = third_party/zstd
url = https://github.com/facebook/zstd.git
[submodule "third_party/cpuinfo"]
ignore = dirty
path = third_party/cpuinfo