Skip to content

Commit a3dba86

Browse files
committed
Updating .gitmodules
1 parent c3ec91c commit a3dba86

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "PyTorch/Translation/Transformer/cutlass"]
22
path = PyTorch/Translation/Transformer/cutlass
33
url = https://github.com/NVIDIA/cutlass.git
4+
5+
[submodule "tensorrt-inference-server"]
6+
url = https://github.com/NVIDIA/tensorrt-inference-server.git
7+
path = tensorrt-inference-server
8+
branch = r19.06
9+
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[submodule "tensorrt-inference-server"]
2-
path = tensorrt-inference-server
3-
url = https://github.com/NVIDIA/tensorrt-inference-server.git
4-
branch = r19.06
2+
url = https://github.com/NVIDIA/tensorrt-inference-server.git
3+
path = tensorrt-inference-server
4+
branch = r19.06
5+
6+

0 commit comments

Comments
 (0)