mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
Submodule extensions-builtin/sd-extension-system-info updated: 90abd719f5...5c74458e2c
Submodule extensions-builtin/sdnext-kanvas updated: ce162ca6cd...f3cfab10af
+1
-1
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user