#4098 2026-04-16 21:19:48.653 python3[20858:1437565] error messaging the mach port for IMKCFRunLoopWakeUpReliableFirst searchi

205.198* Posted at: 6 hours ago 👁14

2026-04-16 21:19:48.653 python3[20858:1437565] error messaging the mach port for IMKCFRunLoopWakeUpReliable
First searching GPU...
NVIDIA_GPU_NUMS=0
Found 0 GPUs, cost=0s
start workers...
Concurrent task_nums=1
process_max=1
start 9 jobs
ended workers

1 Replies

这是由于未检测到 NVIDIA 显卡,导致 CUDA 加速不可用,软件将仅使用 CPU 处理任务。

日志显示 NVIDIA_GPU_NUMS=0,表示系统未找到可用的 NVIDIA GPU。软件随后启动了 9 个 CPU 工作进程。

解决方案:

  1. 确认硬件:确保您的电脑配备了 NVIDIA 显卡(N卡)。AMD 或 Intel 集成显卡无法使用 CUDA 加速。
  2. 检查驱动:如果确认有 NVIDIA 显卡,请更新显卡驱动到最新版本。
  3. 安装 CUDA:如需使用 GPU 加速本地语音识别(如 faster-whisper)和本地 TTS 模型,必须安装 CUDA 12.8 和 cuDNN 9.11 及以上版本。
  4. 软件设置:在软件主界面右上角,确保已勾选 CUDA加速 选项。
  5. 继续使用:即使没有 GPU,软件仍可正常运行,但本地模型的处理速度会非常慢。您可以考虑使用在线 API 渠道(如 OpenAI、阿里百炼等)来获得更快的处理速度。

如果已安装 CUDA 但仍无法检测到 GPU:

  • 在命令行中运行 nvcc -Vnvidia-smi 验证 CUDA 版本和显卡状态。
  • 检查环境变量 PATH 是否包含了 CUDA 的 binlib 目录。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource