From deac984180e54dcb904f415c8f2e095b8b1661a7 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Tue, 25 Aug 2026 14:56:08 +0800 Subject: [PATCH] feat(console): auto-select cuda for detection workflows --- apps/workbench-console/README.md | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/apps/workbench-console/README.md b/apps/workbench-console/README.md index 55ccba1..5cf5c6f 100644 --- a/apps/workbench-console/README.md +++ b/apps/workbench-console/README.md @@ -38,6 +38,16 @@ Vite 开发服务固定使用 `http://127.0.0.1:6174/apps/workbench-console/`,会通过本机代理读取 `6173` 的结果工件。 +## GPU execution + +Object detection and ChangeStar change detection retain their CPU environments +and add separately verified CUDA environments. The server probes only the fixed +`01-object-detection-cuda` or `00-change-detection-cuda` interpreter before a +run; a successful probe selects CUDA, otherwise the corresponding fixed CPU +interpreter is used. User requests cannot supply an interpreter, device path, +or command. Each capability writes the requested and actual device to its run +metadata. This console remains loopback-only and independent of drone products. + ## 地图底图 Cesium 默认加载公开 ArcGIS World Imagery 底图。要叠加天地图影像和注记,在 -- Gitblit v1.9.3