diff --git a/dashboard/modules/reporter/reporter_agent.py b/dashboard/modules/reporter/reporter_agent.py index 47e0787cb062..a3c1d8fa6b17 100644 --- a/dashboard/modules/reporter/reporter_agent.py +++ b/dashboard/modules/reporter/reporter_agent.py @@ -610,7 +610,7 @@ def _get_workers(self): "cpu_times", "cmdline", "memory_info", - "memory_full_info", + # "memory_full_info", # remove it as an action item for pytorch 2.6 perf debug "num_fds", ] ) @@ -648,7 +648,7 @@ def _get_raylet(self): "cpu_times", "cmdline", "memory_info", - "memory_full_info", + # "memory_full_info", # remove it as an action item for pytorch 2.6 perf debug "num_fds", ] ) @@ -665,7 +665,7 @@ def _get_agent(self): "cpu_times", "cmdline", "memory_info", - "memory_full_info", + # "memory_full_info", # remove it as an action item for pytorch 2.6 perf debug "num_fds", ] )