Updating .gitmodules

This commit is contained in:
Przemek Strzelczyk 2019-07-25 20:58:38 +02:00
parent c3ec91c6b9
commit a3dba86d52
2 changed files with 11 additions and 3 deletions

6
.gitmodules vendored
View file

@ -1,3 +1,9 @@
[submodule "PyTorch/Translation/Transformer/cutlass"]
path = PyTorch/Translation/Transformer/cutlass
url = https://github.com/NVIDIA/cutlass.git
[submodule "tensorrt-inference-server"]
url = https://github.com/NVIDIA/tensorrt-inference-server.git
path = tensorrt-inference-server
branch = r19.06

View file

@ -1,4 +1,6 @@
[submodule "tensorrt-inference-server"]
path = tensorrt-inference-server
url = https://github.com/NVIDIA/tensorrt-inference-server.git
branch = r19.06
url = https://github.com/NVIDIA/tensorrt-inference-server.git
path = tensorrt-inference-server
branch = r19.06