Skip to content

Commit 769843e

Browse files
authored
Merge pull request #11 from NVIDIA/master
Update Aug 10 2020
2 parents c2051b4 + 36ad5fe commit 769843e

File tree

13,363 files changed

+24161
-1585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,363 files changed

+24161
-1585
lines changed

.gitmodules

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
[submodule "PyTorch/Translation/Transformer/cutlass"]
2-
path = PyTorch/Translation/Transformer/cutlass
3-
url = https://github.com/NVIDIA/cutlass.git
4-
[submodule "PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server"]
5-
path = PyTorch/SpeechRecognition/Jasper/external/tensorrt-inference-server
6-
url = https://github.com/NVIDIA/tensorrt-inference-server.git
7-
branch = r19.06
1+
[submodule "PyTorch/SpeechRecognition/Jasper/external/triton-inference-server"]
2+
path = PyTorch/SpeechRecognition/Jasper/external/triton-inference-server
3+
url = https://github.com/NVIDIA/triton-inference-server.git
4+
branch = r19.12
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.idea
2+
__pycache__
3+
.DS_Store
4+
*.egg-info
5+
.vscode
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "waveglow"]
2+
path = waveglow
3+
url = https://github.com/NVIDIA/waveglow.git
4+
[submodule "cub"]
5+
path = cub
6+
url = https://github.com/NVlabs/cub.git
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:20.03-py3
2+
FROM ${FROM_IMAGE_NAME}
3+
4+
ADD . /workspace/fastspeech
5+
WORKDIR /workspace/fastspeech
6+
7+
RUN sh ./scripts/install.sh

CUDA-Optimized/FastSpeech/LICENSE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
* Redistributions of source code must retain the above copyright
6+
notice, this list of conditions and the following disclaimer.
7+
* Redistributions in binary form must reproduce the above copyright
8+
notice, this list of conditions and the following disclaimer in the
9+
documentation and/or other materials provided with the distribution.
10+
* Neither the name of the NVIDIA CORPORATION nor the
11+
names of its contributors may be used to endorse or promote products
12+
derived from this software without specific prior written permission.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
15+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17+
DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY
18+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
21+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
23+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include fastspeech/hparams/*.yaml
2+
recursive-include fastspeech/trt/plugins *.so

CUDA-Optimized/FastSpeech/README.md

Lines changed: 442 additions & 0 deletions
Binary file not shown.
368 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)