Skip to content

Commit 177c3f1

Browse files
authored
Update build.sh
Added torchaudio from source.
1 parent f2bf22a commit 177c3f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.jenkins/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
2929
# this is a workaround to the issue.
3030
pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1
3131

32-
# Install torchaudio from source
33-
# git clone https://github.com/pytorch/audio --quiet
34-
# pushd audio
35-
# python setup.py install
36-
# popd
32+
Install torchaudio from source
33+
git clone https://github.com/pytorch/audio --quiet
34+
pushd audio
35+
python setup.py install
36+
popd
3737

3838
aws configure set default.s3.multipart_threshold 5120MB
3939

@@ -185,4 +185,4 @@ else
185185
fi
186186

187187
rm -rf vision
188-
# rm -rf audio
188+
rm -rf audio

0 commit comments

Comments
 (0)