-
Notifications
You must be signed in to change notification settings - Fork 722
Run Llava with MultimodalRunner #14250
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14250
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 11 Cancelled Jobs, 61 Unrelated FailuresAs of commit 2fcd5ab with merge base a9e265f ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs 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 PR needs a
|
21ed8d1 to
cc4c2e5
Compare
cc4c2e5 to
c0730f9
Compare
c0730f9 to
2fcd5ab
Compare
|
@kirklandsign @larryliu0820 cherry-pick? |
### Summary Run Llava model with MultimodalRunner instead of LlavaRunner
### Summary Following up on [pytorch#14250](pytorch#14250), remove LlavaRunner (and llava_runner library dependency) ### Test plan Llava CI test
Summary
Run Llava model with MultimodalRunner instead of LlavaRunner