jianchang512 / pyvideotrans

Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用
https://pyvideotrans.com
GNU General Public License v3.0
10.21k stars 1.13k forks source link

Hebing阶段能使用cuda加速吗 #431

Closed ztwe closed 3 months ago

ztwe commented 3 months ago

发现hebing的时候特别耗时,CPU呜呜转,这个阶段能用cuda加速吗

jianchang512 commented 3 months ago

默认就是优先使用,如果没有配置好cuda或者不支持,就使用cpu

ztwe commented 3 months ago

Thx