From 8f072d967eb2d3f53f586ae16ef90bb25b4c083f Mon Sep 17 00:00:00 2001 From: devdatt Date: Wed, 18 Feb 2026 04:38:11 +0530 Subject: [PATCH] update --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index a8c7e65..7ac3cbc 100755 --- a/setup.sh +++ b/setup.sh @@ -218,7 +218,7 @@ gpu_lock = threading.Lock() def gpu_monitor(): global gpu_data # -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: try: