-
Notifications
You must be signed in to change notification settings - Fork 1.2k
change HPU warmup logic: seq length should be with exponential growth #3217
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we should probably do the same in vlm_causal_lm.py
Seems, in |
Signed-off-by: Liu, Kaixuan <kaixuan.liu@intel.com>
@kaixuanliu I just tested this PR. I can confirm that warmup time is divided by a factor ~2.
I get the following error:
|
Just an int that was a float, I just pushed a commit to make sure the returned rounded sequence is an int. |
@regisss pls help review, thx