Reapply "distributed debug handlers (#126601)" (#127805)

This reverts commit 7646825c3eb687030c4f873b01312be0eed80174.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127805
Approved by: https://github.com/PaliC
This commit is contained in:
Tristan Rice
2024-06-04 19:44:30 +00:00
committed by PyTorch MergeBot
parent e76b28c765
commit 597922ba21
18 changed files with 548 additions and 0 deletions

View File

@ -168,6 +168,12 @@ new_local_repository(
path = "third_party/opentelemetry-cpp",
)
new_local_repository(
name = "cpp-httplib",
build_file = "//third_party:cpp-httplib.BUILD",
path = "third_party/cpp-httplib",
)
new_local_repository(
name = "tensorpipe",
build_file = "//third_party:tensorpipe.BUILD",