This commit is contained in:
eric
2026-04-04 16:02:19 -05:00
parent 78bbbc1303
commit e56629bcc2
3 changed files with 65 additions and 1 deletions

View File

@@ -141,6 +141,11 @@ def analyze_for_run(
)
if req == "auto" and not skip_check:
report.notes.append("Resolved --gpu-mode auto -> {}".format(effective))
if effective == "host" and not skip_check:
report.notes.append(
"GPU host mode: if ADB cannot connect (connection refused), Android may not have finished boot "
"or init crashed (EGL/driver mismatch); try --gpu-mode guest or docker logs on the container."
)
return report, effective, device_args