Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ loadGPUInfo
Function
loadGPUInfo
frontend/src/api/modules/ai.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
};
40
41
export
const
loadGPUInfo = () => {
42
return
http.get<any>(`/ai/gpu/load`);
43
};
44
export
const
getGPUOptions = () => {
45
return
http.get<AI.MonitorGPUOptions>(`/ai/gpu/options`);
46
};
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected