Skip to content

Commit 4f5d6bb

Browse files
authored
Build TextToSpeech tutorial (#2061)
All it needed is adding missing `deep_phonemizer` package to `requirements.txt`
1 parent 588ee59 commit 4f5d6bb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"forward_ad_usage",
2626
"parametrizations",
2727
"reinforcement_q_learning",
28-
"text_to_speech_with_torchaudio",
2928
"mnist_train_nas", # used by ax_multiobjective_nas_tutorial.py
3029
"fx_conv_bn_fuser",
3130
"super_resolution_with_onnxruntime",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pytorch-lightning
2727
torchx
2828
ax-platform
2929
nbformat>=4.2.0
30+
deep_phonemizer==0.0.17
3031

3132
# PyTorch Theme
3233
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme

0 commit comments

Comments
 (0)