Skip to content

Commit c698fe0

Browse files
docs: update WaveGlow links (#3317)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent d0d38ad commit c698fe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Relevant issues: [[#566](https://github.com/pytorch/serve/issues/566)]
7676
#### How can I resolve model specific python dependency?
7777
You can provide a requirements.txt while creating a mar file using "--requirements-file/ -r" flag. You can refer to the [waveglow text-to-speech-synthesizer](https://github.com/pytorch/serve/tree/master/examples/text_to_speech_synthesizer) example
7878

79-
- [waveglow mar creation script](https://github.com/pytorch/serve/blob/master/examples/text_to_speech_synthesizer/create_mar.sh)
80-
- [waveglow handler](https://github.com/pytorch/serve/blob/2d9c7ccc316f592374943a1963c1057bbe232c9e/examples/text_to_speech_synthesizer/waveglow_handler.py#L49)
79+
- [waveglow mar creation script](https://github.com/pytorch/serve/blob/master/examples/text_to_speech_synthesizer/WaveGlow/create_mar.sh)
80+
- [waveglow handler](https://github.com/pytorch/serve/blob/2d9c7ccc316f592374943a1963c1057bbe232c9e/examples/text_to_speech_synthesizer/WaveGlow/waveglow_handler.py#L49)
8181

8282
Relevant issues: [[#566](https://github.com/pytorch/serve/issues/566)]
8383
Refer [Torch model archiver cli](https://github.com/pytorch/serve/blob/master/model-archiver/README.md#torch-model-archiver-command-line-interface) for more details.

docs/custom_service.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class ModelHandler(BaseHandler):
250250

251251
```
252252

253-
Refer [waveglow_handler](https://github.com/pytorch/serve/blob/master/examples/text_to_speech_synthesizer/waveglow_handler.py) for more details.
253+
Refer [waveglow_handler](https://github.com/pytorch/serve/blob/master/examples/text_to_speech_synthesizer/WaveGlow/waveglow_handler.py) for more details.
254254

255255
#### Captum explanations for custom handler
256256

@@ -362,7 +362,7 @@ class CustomImageClassifier(ImageClassifier):
362362
For more details refer following examples :
363363
- [mnist digit classifier handler](https://github.com/pytorch/serve/tree/master/examples/image_classifier)
364364
- [Huggingface transformer generalized handler](https://github.com/pytorch/serve/blob/master/examples/Huggingface_Transformers/Transformer_handler_generalized.py)
365-
- [Waveglow text to speech synthesizer](https://github.com/pytorch/serve/blob/master/examples/text_to_speech_synthesizer/waveglow_handler.py)
365+
- [Waveglow text to speech synthesizer](https://github.com/pytorch/serve/blob/master/examples/text_to_speech_synthesizer/WaveGlow/waveglow_handler.py)
366366

367367
## Creating a model archive with an entry point
368368

0 commit comments

Comments
 (0)