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.
2 parents f2bf22a + 06ba7f5 commit c8d46adCopy full SHA for c8d46ad
.jenkins/build.sh
@@ -30,10 +30,10 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
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
+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