You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Core] Force PIECEWISE CUDAGraph mode for encoder-decoder
Whisper does not work with full cudagraphs. That is being worked on in
PR #25208.
The failure can be reproduced reliably via
`tests/models/multimodal/generation/test_whisper.py`, at least in my
H100 development environment. The tests passed on the PR and I'm not
sure why.
Regardless, this seems like the right change to make until #25208
sorts out exactly what changes are needed.
Signed-off-by: Russell Bryant <rbryant@redhat.com>
0 commit comments