-
![]() 不管是用代码还是命令行方式执行,本地都是可以,在docker内部就会卡在那里。 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I translated your title+post using DeepL. Chinese->English:
Maybe that can help others answer your question. |
Beta Was this translation helpful? Give feedback.
-
Thank you for posting the translation! It looks like the CPU is just taking so slow. It's generally way slower to run Whisper on CPU, and it could become extremely slower if you have insufficient system memory and it's paging out to the disk. I'd recommend trying on a GPU node. You'll probably need to use an nvidia docker image and a GPU-enabled version of pytorch if you are already on a GPU node. |
Beta Was this translation helpful? Give feedback.
Thank you for posting the translation! It looks like the CPU is just taking so slow. It's generally way slower to run Whisper on CPU, and it could become extremely slower if you have insufficient system memory and it's paging out to the disk. I'd recommend trying on a GPU node. You'll probably need to use an nvidia docker image and a GPU-enabled version of pytorch if you are already on a GPU node.