feat: surface asr runtime state in workbench
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
|
||||
## 2026-04-06
|
||||
|
||||
### 工作台依赖健康现在会显示 ASR 真实运行模式
|
||||
|
||||
- `collector` 的 `/v2/integrations/health` 现在会带出 ASR 的 `language_mode / runtime_device_mode / runtime_compute_type_mode / active_device / active_compute_type / model_name`。
|
||||
- 工作台里的依赖健康卡不再只是显示 `ASR 在线`,而是会直接展示 `在线 · GPU` 或 `在线 · CPU`,并补充当前模型、语言模式和 compute type。
|
||||
- 这样以后排查“Windows ASR 当前到底有没有吃到 GPU”时,不需要再手查命令行或单独打 `/health`。
|
||||
|
||||
### Windows ASR GPU 失败时自动回退 CPU
|
||||
|
||||
- Windows `ASR HTTP` 现在在 `auto` 模式下仍会优先尝试 `cuda + int8_float16`,但如果在真正推理阶段命中 `cublas/cudnn/cuda` 运行库缺失,会自动切回 `cpu + int8` 重试,不再把整次转写卡死在 GPU 路径。
|
||||
|
||||
Reference in New Issue
Block a user