-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
CUDA Illegal memory access for certain input sizes to Whisper #2767
Comments
@MahmoudAshraf97 I was wondering if it is a bug only for 0.17.0.post. Also, for pretrained whisper model, we should send audios with 3000 seq_len. Are you using a fine-tuned whisper? |
@yuekaizhang I'm using a finetuned model, but the issue is reproducible with large-v3
|
System Info
-TRT-LLM 0.17.0.post1
-H100 PCIe
Who can help?
@byshiue
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
to return a response without errors
actual behavior
additional notes
The issue happens with Large-V3 and Large-V3 turbo but not other models, note that difference is that other models use an input of shape
(80, seq_len)
while the problematic models use(128, seq_len)
, it also does not happen with beam size less than 3, it happens whenseq_len
is one of these values only:[2798, 2838, 2926, 2966]
The text was updated successfully, but these errors were encountered: