Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2025-11-17 20:12:47 -05:00
parent 3fbfae5963
commit d0ac508a59
5 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ def gpu_stats():
gpu['used'] = 0
gpu['error'] = str(e)
if not fail_once:
shared.log.error(f'GPU stats: {e}')
shared.log.warning(f'GPU stats: {e}')
# errors.display(e, 'GPU stats')
fail_once = True
return gpu
+2
View File
@@ -204,6 +204,8 @@ def get_version() -> str:
minor = (ver.value // 100000) % 100
#patch = version.value % 100000
return f"{major}.{minor}"
else:
return None
def get_flash_attention_command(agent: Agent) -> str:
+1
View File
@@ -33,6 +33,7 @@
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"argparse": "^2.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",