Skip to content

Commit 5771124

Browse files
authored
Update build.sh
1 parent e8cf0c5 commit 5771124

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.jenkins/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ pushd audio
3535
python setup.py install
3636
popd
3737

38+
# Install torchaudio from source
39+
git clone https://github.com/pytorch/text --quiet
40+
pushd text
41+
python setup.py install
42+
popd
43+
3844
aws configure set default.s3.multipart_threshold 5120MB
3945

4046
# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME

0 commit comments

Comments
 (0)