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 f2bf22a commit 177c3f1Copy full SHA for 177c3f1
.jenkins/build.sh
@@ -29,11 +29,11 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
29
# this is a workaround to the issue.
30
pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1
31
32
-# Install torchaudio from source
33
-# git clone https://github.com/pytorch/audio --quiet
34
-# pushd audio
35
-# python setup.py install
36
-# popd
+Install torchaudio from source
+git clone https://github.com/pytorch/audio --quiet
+pushd audio
+python setup.py install
+popd
37
38
aws configure set default.s3.multipart_threshold 5120MB
39
@@ -185,4 +185,4 @@ else
185
fi
186
187
rm -rf vision
188
-# rm -rf audio
+rm -rf audio
0 commit comments