Replies: 1 comment
-
|
This looks much more like a concurrency/thread-safety issue than a problem with The strongest clue is: but fails when: ThreadPoolExecutor(max_workers=3)is used. What's actually failing?The exception occurs inside Whisper's word-alignment code: This means: outs is Nonewhen the forward hook executes. Normally Whisper expects: outsto contain attention outputs from the decoder. Instead it receives: Nonewhich suggests that the internal state used by the alignment code has become corrupted or overwritten. Why only with
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting below error when running whisper in executor, it's not happen if max_worker=1. Please help if you have any idea!
Beta Was this translation helpful? Give feedback.
All reactions