Unverified Commit fee4dcc3 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[Misc] update collect env (#5261)

parent 650a4cc5
...@@ -603,6 +603,11 @@ Versions of relevant libraries: ...@@ -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}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment