From dfc985a0ec706254ae78eda87e6a3acba127647c Mon Sep 17 00:00:00 2001 From: orlando Date: Thu, 30 Jun 2022 19:52:11 +0800 Subject: [PATCH] Update .gitmodules for adapting tensorpipe to adapt the tensorpipe with implementation on macOS 10.13.6 --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7ceeff39707..1b23cf3036a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -129,7 +129,8 @@ [submodule "third_party/tensorpipe"] ignore = dirty path = third_party/tensorpipe - url = https://github.com/pytorch/tensorpipe.git + branch = torch-1.12.0 + url = https://github.com/llv22/tensorpipe-macos-cuda.git [submodule "third_party/cudnn_frontend"] path = third_party/cudnn_frontend url = https://github.com/NVIDIA/cudnn-frontend.git