-
Notifications
You must be signed in to change notification settings - Fork 646
Add a default image prefiller implementation #13310
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?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13310
Note: Links to docs will display an error until the docs builds have been completed. ❌ 28 New Failures, 1 Unrelated FailureAs of commit 6b1ff95 with merge base cf669e3 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D80063769 |
This PR needs a
|
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Differential Revision: D80063769
1356bd1
to
96ed832
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
|
||
// Given a image tensor, prefill the KV cache of LLaVA. |
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.
Remove LLaVA
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Differential Revision: D80063769
96ed832
to
096c0a9
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Differential Revision: D80063769
096c0a9
to
ab4c774
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Differential Revision: D80063769
ab4c774
to
1afc7c3
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Differential Revision: D80063769
1afc7c3
to
d2adca1
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
d2adca1
to
07fc7f8
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
07fc7f8
to
eab0801
Compare
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
eab0801
to
1eddda4
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: Pull Request resolved: #13310 As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
1eddda4
to
5100909
Compare
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
5100909
to
2ba180b
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
2ba180b
to
1e20634
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
1e20634
to
6229f20
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface `IModule` for `Module` class to override, to make it test-able. Reviewed By: jackzhxng Differential Revision: D80063769
6229f20
to
6b1ff95
Compare
This pull request was exported from Phabricator. Differential Revision: D80063769 |
Summary: As titled. I need to create an interface
IModule
forModule
class to override, to make it test-able.Differential Revision: D80063769
cc @mergennachin @cccclai @helunwencser @jackzhxng