#1115 能不能加入a卡可用的加速功能?

39.172* Posted at: 1 day ago 👁16

比如whisper.cpp之类的,不然只用cpu太慢了

1 Replies

感谢您的功能建议。目前 pyVideoTrans 主要依赖 CUDA 进行 GPU 加速,这确实对 NVIDIA 显卡用户更友好。

关于 AMD 显卡加速:

  • 目前软件尚未集成像 whisper.cpp 这样的跨平台加速方案
  • 这是一个有价值的改进方向,我会记录这个需求

在当前版本中,您可以尝试以下方法提升速度:

  1. 确保使用性能最强的本地语音识别模型(如 large-v3)
  2. 在高级选项中调整并发处理数量
  3. 如果 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.

Donate: https://ko-fi.com/jianchang512

Trending Questions