Skip to content

Commit 3e462c8

Browse files
committed
Use <br> instead of newline in Installation instructions
1 parent beee92e commit 3e462c8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,7 @@ def get_wheel_install_command(
300300
and gpu_arch_version == STABLE_CUDA_VERSIONS[channel]
301301
and os == LINUX
302302
):
303-
return f"""For Linux x86 use:
304-
{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL}
305-
306-
For Linux Aarch64:
307-
{WHL_INSTALL_BASE} {PACKAGES_TO_INSTALL} --index-url {get_base_download_url_for_repo("whl", channel, gpu_arch_type, desired_cuda)}"""
303+
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)}"""
308304

309305
if (
310306
channel == RELEASE

0 commit comments

Comments
 (0)