-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: correct batchsize dimension hint for tasks in enc_dec models #4247
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
base: main
Are you sure you want to change the base?
fix: correct batchsize dimension hint for tasks in enc_dec models #4247
Conversation
/bot run |
cd35fff
to
9654dd8
Compare
@kaiyux Could you please take a look? |
Hi @VALLIS-NERIA @byshiue |
/bot run |
PR_Github #5270 [ run ] triggered by Bot |
PR_Github #5270 [ run ] completed with state |
@VALLIS-NERIA may I have the failed test? |
Signed-off-by: ducviet00 <[email protected]>
efaa1d6
to
0e41d11
Compare
/bot run |
PR_Github #8728 [ run ] triggered by Bot |
PR_Github #8728 [ run ] completed with state |
Description
This PR fixes error raising when use promp tuning with
--remove_input_padding disable
With
('batch_size', bs_range)
, you will always get this below error:This happens when I tried to build encoder decoder model for a multimodal which requires prompt tuning.