mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user