Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit c3a46dd

Browse files
youkaichaoRobert Shaw
authored andcommitted
[Misc] update collect env (vllm-project#5261)
1 parent 06bcc97 commit c3a46dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

collect_env.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,11 @@ def get_version_or_na(cfg, prefix):
605605
{conda_packages}
606606
""".strip()
607607

608+
# both the above code and the following code use `strip()` to
609+
# remove leading/trailing whitespaces, so we need to add a newline
610+
# in between to separate the two sections
611+
env_info_fmt += "\n"
612+
608613
env_info_fmt += """
609614
ROCM Version: {rocm_version}
610615
Neuron SDK Version: {neuron_sdk_version}

0 commit comments

Comments
 (0)