Skip to content

Commit 981d6c0

Browse files
authored
Remove special case for aarch64 release binaries
1 parent 0cd5e78 commit 981d6c0

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,6 @@ def get_wheel_install_command(
302302
else PACKAGES_TO_INSTALL_WHL
303303
)
304304

305-
# Special case for getting started page with stable CUDA on Linux
306-
if (
307-
getting_started
308-
and gpu_arch_version == STABLE_CUDA_VERSIONS[channel]
309-
and os == LINUX
310-
and channel == RELEASE
311-
):
312-
return f"""For Linux x86 use:<br />{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL}<br /><br />For Linux Aarch64:<br />{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL} --index-url {get_base_download_url_for_repo("whl", channel, gpu_arch_type, desired_cuda)}"""
313-
314305
if (
315306
channel == RELEASE
316307
and (not use_only_dl_pytorch_org)

0 commit comments

Comments
 (0)