Skip to content

Commit ced24c0

Browse files
youkaichaojimpang
authored andcommitted
[Misc] update collect env (vllm-project#5261)
1 parent e5613fd commit ced24c0

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
@@ -603,6 +603,11 @@ def get_version_or_na(cfg, prefix):
603603
{conda_packages}
604604
""".strip()
605605

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

0 commit comments

Comments
 (0)