fixed something over looked

This commit is contained in:
mrmarcus007
2025-11-10 16:13:59 +01:00
parent f0f8f22a6a
commit ccd39b4f10
@@ -134,7 +134,7 @@ class GPUResourceManager:
return False return False
def is_known_system_process(self, process_name): def is_known_system_process(self, process_name):
return any(sys_proc in process_name for sys_proc in KNOWN_NvidiaGPU_PROCESSES) return any(sys_proc in process_name for sys_proc in KNOWN_NvGPU_PROCESSES)
def is_gpu_idle(self): def is_gpu_idle(self):
processes = self.get_gpu_processes() processes = self.get_gpu_processes()