Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Next you will need to export the PyTorch checkpoints so that they can be used to

```bash
mkdir models
./export_weights.sh checkpoints/nvidia_tacotron2pyt_fp16_20190427 checkpoints/nvidia_waveglow256pyt_fp16 models/
./export_weights.sh checkpoints/tacotron2_1032590_6000_amp checkpoints/waveglow_1076430_14000_amp models/
```

### Setup the Triton server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ parameters [
},
{
key: "use_denoiser"
value: { string_value: "yes" }
value: { string_value: "no" }
}
]