Skip to content

Commit d9951da

Browse files
committed
[aarch64] disable torchaudio build
torchaudio build is taking too long, once the issue is resolved it will be enabled in the script.
1 parent ccf0985 commit d9951da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_aarch64_wheel.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ def start_build(host: RemoteHost, *,
503503
host.run_cmd(f"pip3 install pytorch/dist/{pytorch_wheel_name}")
504504

505505
vision_wheel_name = build_torchvision(host, branch=branch, use_conda=use_conda, git_clone_flags=git_clone_flags)
506-
build_torchaudio(host, branch=branch, use_conda=use_conda, git_clone_flags=git_clone_flags)
506+
# TODO: uncomment the torchaudio build once the build times and the time out issues are resolved
507+
# build_torchaudio(host, branch=branch, use_conda=use_conda, git_clone_flags=git_clone_flags)
507508
build_torchtext(host, branch=branch, use_conda=use_conda, git_clone_flags=git_clone_flags)
508509

509510
return pytorch_wheel_name, vision_wheel_name

0 commit comments

Comments
 (0)