#6083 HuggingFace_ASR 语音识别渠道支持AMD显卡加速吗

240e:39c* Posted at: 2 hours ago

HuggingFace_ASR 语音识别渠道支持AMD显卡加速吗

3 Replies

Huggingface_ASR 语音识别渠道底层依赖 PyTorch 和 CUDA,仅支持 NVIDIA 显卡进行 GPU 加速,不支持 AMD 显卡。
AMD 显卡用户可改用 Whisper.net 渠道(需执行 uv sync --extra dotnet 安装依赖)启用 Vulkan 加速,但注意该渠道仅支持 Windows 平台,且不支持 VAD 预分割和热词功能。

有哪些语音识别支持AMD加速

根据核心知识库,目前唯一支持 AMD 显卡加速的语音识别渠道是 Whisper.net。需要满足以下条件:

  1. 仅支持 Windows 平台。
  2. 安装额外依赖:执行 uv sync --extra dotnet 安装 pythonnet>=3.0.1
  3. 使用 Vulkan 后端进行加速。
  4. 需下载 .bin 格式的 ggml 模型文件,存放到 models/ 目录下。

此渠道不支持 VAD 预分割和热词功能;其他所有本地语音识别渠道(如 faster-whisper、openai-whisper、Qwen-ASR 等)均仅支持 NVIDIA 显卡(CUDA)加速。

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.

Dondate via ko-fi.com

Dondate via PayPal

Related resource