-
Notifications
You must be signed in to change notification settings - Fork 233
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
add static shape support for vision_encoder_decoder generation if dec… #834
Conversation
…oder supports static shape. for ex: nlpconnect/vit-gpt2-image-captioning Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
in image-to-text example: python3 run_pipeline.py |
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.
@sywangyi code looks ok. can you add a ci test case?
Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
see if the test case is added correctly. I add pipeline test file. later it could be extended to other pipeline task, like text to speech. |
huggingface#834) Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
…oder supports static shape.
for ex: nlpconnect/vit-gpt2-image-captioning
What does this PR do?
Fixes # (issue)
Before submitting