This commit is contained in:
devdatt 2026-02-18 04:38:11 +05:30
parent 5228459c0d
commit 8f072d967e
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ gpu_lock = threading.Lock()
def gpu_monitor(): def gpu_monitor():
global gpu_data global gpu_data
# -J provides JSON, -s 1000 provides 1s updates # -J provides JSON, -s 1000 provides 1s updates
cmd = ["stdbuf", "-oL", "/usr/sbin/intel_gpu_top", "-J", "-s", "1000"] cmd = ["stdbuf", "-oL", "/usr/bin/intel_gpu_top", "-J", "-s", "1000"]
while True: while True:
try: try: