Skip to content

Commit c0db5e5

Browse files
authored
Use Linux x86 and arch64 install commands only for RELEASE binaries
1 parent 528a1ce commit c0db5e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def get_wheel_install_command(
299299
getting_started
300300
and gpu_arch_version == STABLE_CUDA_VERSIONS[channel]
301301
and os == LINUX
302+
and channel == RELEASE
302303
):
303304
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)}"""
304305

0 commit comments

Comments
 (0)