[distributed] Add cpp-httplib to pytorch (#126470)

Adds https://github.com/yhirose/cpp-httplib such that we are able to use https for host to host communication in distributed (specifically torchrun)

Todo: We likely need to add cpp-httplib somewhere in the build (cmake/bazel) but first we should write the code for it.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126470
Approved by: https://github.com/d4l3k, https://github.com/Skylion007
This commit is contained in:
PaliC
2024-05-17 19:44:57 +00:00
committed by PyTorch MergeBot
parent eb0b16db92
commit 90a5aeea79
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored
View File

@ -148,3 +148,7 @@
[submodule "third_party/opentelemetry-cpp"]
path = third_party/opentelemetry-cpp
url = https://github.com/open-telemetry/opentelemetry-cpp.git
[submodule "third_party/cpp-httplib"]
path = third_party/cpp-httplib
url = git@github.com:yhirose/cpp-httplib.git
branch = v0.15.3