Skip to content

Commit 276878f

Browse files
authored
Update build.sh
Working build up to this point. Adding torchaudio.
1 parent 6961c71 commit 276878f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.jenkins/build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ python setup.py install
4343
popd
4444

4545
# Install torchaudio from source
46-
# git clone https://github.com/pytorch/audio --quiet
47-
# pushd audio
48-
# python setup.py install
49-
# popd
46+
git clone https://github.com/pytorch/audio --quiet
47+
pushd audio
48+
python setup.py install
49+
popd
5050

5151
aws configure set default.s3.multipart_threshold 5120MB
5252

@@ -198,4 +198,4 @@ else
198198
fi
199199

200200
rm -rf vision
201-
# rm -rf audio
201+
rm -rf audio

0 commit comments

Comments
 (0)