Upgrade async GPU analysis and workbench UX

This commit is contained in:
Jens
2026-08-23 21:50:11 +02:00
parent 4040cbca7b
commit b996986d20
59 changed files with 3999 additions and 274 deletions
+1
View File
@@ -1321,6 +1321,7 @@ export interface ModelAssetListResponse {
export interface YoloPreflightChecks {
enabled: boolean
dependencies_available?: boolean | null
accelerator_ready?: boolean | null
model_path_set?: boolean | null
model_file_exists?: boolean | null
model_load_requested: boolean