We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! Great work.
I think the latest code change for the SpeechToTextPipeline expects all GPUs to be Flash Attention 2compatible.
I'm not sure if there's anyway to override the kwargs.
https://github.com/kadirnar/whisper-plus/blob/487bfa05572a04eb39af260eb3197533ddcdcb0d/whisperplus/pipelines/whisper.py#L72C13-L72C58
I used it on P100 from Kaggle and got the error about Flash Attention
The text was updated successfully, but these errors were encountered:
Can you share the error message?
Sorry, something went wrong.
I added flash-attention2 as a parameter for you to turn off. You can look at Readme.
kadirnar
Successfully merging a pull request may close this issue.
Hey! Great work.
I think the latest code change for the SpeechToTextPipeline expects all GPUs to be Flash Attention 2compatible.
I'm not sure if there's anyway to override the kwargs.
https://github.com/kadirnar/whisper-plus/blob/487bfa05572a04eb39af260eb3197533ddcdcb0d/whisperplus/pipelines/whisper.py#L72C13-L72C58
I used it on P100 from Kaggle and got the error about Flash Attention
The text was updated successfully, but these errors were encountered: