mirror of https://github.com/vllm-project/vllm
[Misc] update collect env (#5261)
This commit is contained in:
parent
650a4cc55e
commit
fee4dcc33a
|
@ -603,6 +603,11 @@ Versions of relevant libraries:
|
||||||
{conda_packages}
|
{conda_packages}
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
|
# both the above code and the following code use `strip()` to
|
||||||
|
# remove leading/trailing whitespaces, so we need to add a newline
|
||||||
|
# in between to separate the two sections
|
||||||
|
env_info_fmt += "\n"
|
||||||
|
|
||||||
env_info_fmt += """
|
env_info_fmt += """
|
||||||
ROCM Version: {rocm_version}
|
ROCM Version: {rocm_version}
|
||||||
Neuron SDK Version: {neuron_sdk_version}
|
Neuron SDK Version: {neuron_sdk_version}
|
||||||
|
|
Loading…
Reference in New Issue