Skip to content

Commit d028e91

Browse files
authored
Merge branch 'master' into krovatkin/cpp_export
2 parents f43a448 + ccadd5f commit d028e91

File tree

5 files changed

+409
-0
lines changed

5 files changed

+409
-0
lines changed

.jenkins/build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
1616
pip install -r $DIR/../requirements.txt
1717

18+
# For Tensorboard. Until 1.14 moves to the release channel.
19+
pip install tb-nightly
20+
1821
export PATH=/opt/conda/bin:$PATH
1922
pip install sphinx==1.8.2 pandas
2023

@@ -35,6 +38,12 @@ pushd audio
3538
python setup.py install
3639
popd
3740

41+
# Install torchaudio from source
42+
git clone https://github.com/pytorch/text --quiet
43+
pushd text
44+
python setup.py install
45+
popd
46+
3847
aws configure set default.s3.multipart_threshold 5120MB
3948

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

_static/img/torchscript.png

44.3 KB
Loading

0 commit comments

Comments
 (0)