diff options
author | Lucas Hosseini <hoss@fb.com> | 2020-04-30 10:57:48 -0700 |
---|---|---|
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | 2020-04-30 11:05:15 -0700 |
commit | 8a305537381c304248282f2a21433cc031233438 (patch) | |
tree | 83da89ba8b30c4810bf44950519d0bca067f60bf /.gitmodules | |
parent | b97341e3dd27f201da39123ab57cc5bbf0a0fa38 (diff) | |
download | pytorch-8a305537381c304248282f2a21433cc031233438.tar.gz pytorch-8a305537381c304248282f2a21433cc031233438.tar.bz2 pytorch-8a305537381c304248282f2a21433cc031233438.zip |
[TensorPipe/RPC] Add TensorPipe dependency (#36695)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/36695
Reviewed By: lw
Differential Revision: D21312297
Pulled By: beauby
fbshipit-source-id: 39fdc3de91efa4ac97dd169f09fb304b273b0050
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 367020716d..ebd1f11744 100644 --- a/.gitmodules +++ b/.gitmodules @@ -126,3 +126,7 @@ ignore = dirty path = third_party/fmt url = https://github.com/fmtlib/fmt.git +[submodule "third_party/tensorpipe"] + ignore = dirty + path = third_party/tensorpipe + url = https://github.com/pytorch/tensorpipe |