diff --git a/projects/amdsmi/amdsmi_cli/amdsmi_parser.py b/projects/amdsmi/amdsmi_cli/amdsmi_parser.py index aa8b57c25a..56d6ec2936 100644 --- a/projects/amdsmi/amdsmi_cli/amdsmi_parser.py +++ b/projects/amdsmi/amdsmi_cli/amdsmi_parser.py @@ -1635,10 +1635,6 @@ class AMDSMIParser(argparse.ArgumentParser): def _add_node_parser(self, subparsers: argparse._SubParsersAction, func): - if self.helpers.is_virtual_os(): - # This subparser is only available to Guest and Hypervisor systems - return - # Subparser help text node_help = "Gets power information for the node" node_subcommand_help = f"{self.description}\n\nReturns information for node 0 on the system.\