This commit is contained in:
andzejsp 2023-06-07 21:45:48 +03:00
parent 3a97891905
commit 2eef9c78df

2
app.py
View File

@ -476,7 +476,7 @@ class LoLLMsWebUI(LoLLMsAPPI):
"available_space":ram.free,
"percent_usage":ram.percent,
"binding_models_usage": ram.used
"ram_usage": ram.used
})
def disk_usage(self):