#5625 我的显卡是7800xt,现在速度很慢,是不是这个软件没用到显卡啊?该怎么设置

123.202* Posted at: 3 hours ago

我的显卡是7800xt,现在速度很慢,是不是这个软件没用到显卡啊?该怎么设置

1 Replies

您的GPU是AMD Radeon 7800 XT,不支持NVIDIA CUDA加速,因此软件默认使用的faster-whisper等本地模型只能通过CPU运行,速度较慢。

请按以下步骤启用AMD显卡加速:

  1. 切换至Whisper.NET渠道:主界面ASR Channel选择Whisper.NET(本地内置)
  2. 安装Python.NET依赖

    • 如果您是源码部署,在软件目录下运行 uv sync --extra dotnet
    • 如果您使用Windows绿色打包版,需自行安装pythonnet库(通过pip或uv),具体方法见官方文档。
  3. 下载ggml模型文件:从Huggingface或官方链接下载.bin格式的模型(如ggml-large-v3.bin),放入models/目录。
  4. 启动任务后:确保勾选“CUDA加速”(实际使用Vulkan加速,但软件中此选项仍显示为CUDA,不影响Whisper.NET的启用)。
注意:Whisper.NET仅支持Windows,且无法使用VAD预分割和热词功能。若仍需高质量效果,可考虑使用在线API渠道(如“字节语音识别大模型极速版”),速度远快于本地CPU处理。

请查阅相关文档:

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: ko-fi.com/jianchang512

Related resource