Selaa lähdekoodia

Updating .gitmodules

Przemek Strzelczyk 6 vuotta sitten
vanhempi
sitoutus
a3dba86d52
2 muutettua tiedostoa jossa 11 lisäystä ja 3 poistoa
  1. 6 0
      .gitmodules
  2. 5 3
      TensorFlow/LanguageModeling/BERT/.gitmodules

+ 6 - 0
.gitmodules

@@ -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
+

+ 5 - 3
TensorFlow/LanguageModeling/BERT/.gitmodules

@@ -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
+
+