We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514a513 commit b83e9d6Copy full SHA for b83e9d6
.jenkins/build.sh
@@ -21,6 +21,9 @@ pip install sphinx==1.8.2 pandas
21
# For Tensorboard. Until 1.14 moves to the release channel.
22
pip install tb-nightly
23
24
+# Add sox install to get torchaudio to work
25
+pip install sox
26
+
27
# Install two language tokenizers for Translation with TorchText tutorial
28
python -m spacy download en
29
python -m spacy download de
0 commit comments