Jonas

Results 2 comments of Jonas

The issue is related to patch [#2359](https://github.com/openai/whisper/pull/2359) which uses `F.scaled_dot_product_attention` if available. In this case, the attention weights returned by whisper [seem to be None](https://github.com/openai/whisper/commit/27f971320a50e65fd510b88be04219a6ade31f9b#diff-ad4e95c840033b439466680ea7a88aa513d47c4acb418364f1d3967ca817d440R128). A workaround is to use...

I'm getting the same error when trying to compile pdfalto in a docker container running Ubuntu with aarch64 architecture. Any tips or ideas on how to fix these errors would...