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 e5613fd commit ced24c0Copy full SHA for ced24c0
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