[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

View File

@ -151,9 +151,6 @@
# USE_REDIS
# Whether to use Redis for distributed workflows (Linux only)
#
# USE_ZSTD
# Enables use of ZSTD, if the libraries are found
#
# USE_ROCM_KERNEL_ASSERT=1
# Enable kernel assert in ROCm platform
#