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
diff --git a/WORKSPACE b/WORKSPACE
index 5b4f2f2..4169e0d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -169,6 +169,12 @@
)
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",
path = "third_party/tensorpipe",