We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fb7e8 commit 08d3286Copy full SHA for 08d3286
collect_env.py
@@ -603,6 +603,11 @@ def get_version_or_na(cfg, prefix):
603
{conda_packages}
604
""".strip()
605
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
+
611
env_info_fmt += """
612
ROCM Version: {rocm_version}
613
Neuron SDK Version: {neuron_sdk_version}
0 commit comments