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.
1 parent e8cf0c5 commit 5771124Copy full SHA for 5771124
.jenkins/build.sh
@@ -35,6 +35,12 @@ pushd audio
35
python setup.py install
36
popd
37
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
+
44
aws configure set default.s3.multipart_threshold 5120MB
45
46
# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME
0 commit comments