From f0f8f22a6a6a83730af77156c86dd56ec8a89019 Mon Sep 17 00:00:00 2001 From: mrmarcus007 Date: Mon, 10 Nov 2025 16:13:14 +0100 Subject: [PATCH] make more consistant --- GPU Resource Manager Proxy for Ollama (Designed for Proxmox).py | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPU Resource Manager Proxy for Ollama (Designed for Proxmox).py b/GPU Resource Manager Proxy for Ollama (Designed for Proxmox).py index 80e8d08..4f0cc69 100644 --- a/GPU Resource Manager Proxy for Ollama (Designed for Proxmox).py +++ b/GPU Resource Manager Proxy for Ollama (Designed for Proxmox).py @@ -21,7 +21,7 @@ GPU_CHECK_INTERVAL = 10 # seconds it wait's to check for other process apart fr # process process patterns (from your nvidia-smi output) IDLE_NvGPU_PROCESSES = ['t-rex', 'trex', 'miner', 'xmrig', 'lolminer', 'nbminer'] -KNOWN_NvidiaGPU_PROCESSES = ['Xorg'] # Processes that are allowed when "idle" compute process is running +KNOWN_NvGPU_PROCESSES = ['Xorg'] # Processes that are allowed when "idle" compute process is running IDLE_CONTAINER_ID = "" # running Idle GPU Container ID, example: COMPUTE_CONTAINER_ID ="120" Blackout_schedule_Start = 2, 15 #when to start stopping the idle NvGPU container. Blackout_schedule_End = 3, 30 #when to allow starting the idle NvGPU container again. diff --git a/README.md b/README.md index 4f4adfc..6d2b021 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ GPU_CHECK_INTERVAL = 10 # Seconds between GPU checks # GPU Process Management IDLE_NvGPU_PROCESSES = ['t-rex', 'trex', 'miner', 'xmrig', 'lolminer', 'nbminer'] -KNOWN_NvidiaGPU_PROCESSES = ['Xorg'] +KNOWN_NvGPU_PROCESSES = ['Xorg'] IDLE_CONTAINER_ID = "120" # LXC container ID of idle GPU workload Blackout_schedule_Start = 2, 15 #when to start stopping the idle NvGPU container. Hour, Minute. Blackout_schedule_End = 3, 30 #when to allow starting the idle NvGPU container again. Hour, Minute.