Merge pull request #338 from nv-kkudrynski/fix_submodules

minor fixes: submodules, jasper readme
This commit is contained in:
nv-kkudrynski 2019-12-06 20:47:59 +01:00 committed by GitHub
commit 9d9e14eb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

14
.gitmodules vendored
View file

@ -1,7 +1,11 @@
[submodule "PyTorch/Translation/Transformer/cutlass"]
path = PyTorch/Translation/Transformer/cutlass
url = https://github.com/NVIDIA/cutlass.git
path = PyTorch/Translation/Transformer/cutlass
url = https://github.com/NVIDIA/cutlass.git
[submodule "TensorFlow/LanguageModeling/BERT/tensorrt-inference-server"]
path = TensorFlow/LanguageModeling/BERT/tensorrt-inference-server
url = https://github.com/NVIDIA/tensorrt-inference-server.git
branch = r19.06
path = TensorFlow/LanguageModeling/BERT/tensorrt-inference-server
url = https://github.com/NVIDIA/tensorrt-inference-server.git
branch = r19.06
[submodule "PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server"]
path = PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server
url = https://github.com/NVIDIA/tensorrt-inference-server.git
branch = r19.06

View file

@ -810,6 +810,9 @@ To achieve these same results, follow the [Quick Start Guide](#quick-start-guide
To achieve these same results, follow the [Quick Start Guide](#quick-start-guide) outlined above.
## Release notes
### Changelog
December 2019
* Inference support for TRT 6 with dynamic shapes
* Inference support for TensorRT Inference Server with acoustic model backends in ONNX, PyTorch JIT, TensorRT