mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 17:11:00 +02:00
+1
-1
@@ -30,7 +30,7 @@ async function updateGPU() {
|
||||
const gpuEl = document.getElementById('gpu');
|
||||
const gpuTable = document.getElementById('gpu-table');
|
||||
try {
|
||||
const res = await authFetch(`${window.api}/gpu`);
|
||||
const res = await authFetch(`${window.api}/gpu-smi`);
|
||||
if (!res.ok) {
|
||||
clearInterval(gpuInterval);
|
||||
gpuEl.style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user