Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit number of dummy cross attention blocks (#667)
Fix warmup for encoder-decoder model runner by limiting the number of dummy cross attention blocks to available blocks. Without this we will encounter an error in CrossAttention due to lack of available blocks.
- Loading branch information