update torch_info

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-05 10:33:13 +02:00
parent 81d6f84d22
commit 973e137f29
4 changed files with 108 additions and 75 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class ConnectionMonitorState {
static setData({ online, data }) {
this.online = online;
if (data?.version) this.version = data.version;
if (data?.updated) this.version = data.updated;
if (data?.commit) this.commit = data.commit;
if (data?.branch) this.branch = data.branch;
if (data?.model) this.model = this.trimModelName(data.model);