Skip to content
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

[llava][8/N] Add Multimodal Runner #4354

Open
wants to merge 11 commits into
base: gh/larryliu0820/35/base
Choose a base branch
from

Conversation

larryliu0820
Copy link
Contributor

@larryliu0820 larryliu0820 commented Jul 23, 2024

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Jul 23, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4354

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (2 Unrelated Failures)

As of commit 649f742 with merge base 15815dd (image):

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

larryliu0820 added a commit that referenced this pull request Jul 23, 2024
ghstack-source-id: a10394db3f494e2848be8f64f0e547610683bde9
Pull Request resolved: #4354
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 23, 2024
@larryliu0820 larryliu0820 changed the title Add Multimodal Runner [llava][8/N] Add Multimodal Runner Jul 23, 2024
larryliu0820 added a commit that referenced this pull request Jul 23, 2024
ghstack-source-id: b3927ceeddcdfa3bb6239cbb8b0c8b6a4692687c
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Jul 23, 2024
ghstack-source-id: 063e7d5cfd9456fe1f36d3304909d86296daa0aa
Pull Request resolved: #4354
@larryliu0820
Copy link
Contributor Author

@larryliu0820 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

${CMAKE_CURRENT_SOURCE_DIR}/../../../../extension/llm/tokenizer/tiktoken.cpp
)
list(APPEND _multimodal_runner__srcs
${CMAKE_CURRENT_SOURCE_DIR}/../tokenizer/llama_tiktoken.cpp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

   ${CMAKE_CURRENT_SOURCE_DIR}/../../llama2/tokenizer/llama_tiktoken.cpp

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'll probably delete this

larryliu0820 added a commit that referenced this pull request Jul 24, 2024
ghstack-source-id: 619d9c986307f7a78cf4d1336a570d5eeea58019
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Jul 24, 2024
ghstack-source-id: c221ef16463ea899f3c7a36b373441ac86bf385a
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Jul 24, 2024
ghstack-source-id: ce9de989b0a4ab7b07406be1140d2bf470beda5e
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Jul 24, 2024
ghstack-source-id: 20582c843e4506346ba94792b3328f0d2a8e8fe0
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Jul 24, 2024
ghstack-source-id: 1e20fbb5e7cff70e45686d25187684d99e7d3762
Pull Request resolved: #4354
@larryliu0820
Copy link
Contributor Author

@larryliu0820 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@@ -134,6 +134,7 @@ union XNodeUnion {
XNNConcatenate4: _XNNCat,
XNNStaticSlice,
XNNScaledDotProductAttention,
XNNBatchMatrixMultiply: _XNNNode2x1,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are those be landed in a separate PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah

larryliu0820 added a commit that referenced this pull request Jul 31, 2024
ghstack-source-id: d72da351e7eb7ca69eeaf9241bc604aeaf3bc139
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Aug 2, 2024
ghstack-source-id: d72da351e7eb7ca69eeaf9241bc604aeaf3bc139
Pull Request resolved: #4354
larryliu0820 added a commit that referenced this pull request Aug 2, 2024
ghstack-source-id: 24a98807fe83f75795939d89b8edc3b24bf1eb71
Pull Request resolved: #4354
@larryliu0820
Copy link
Contributor Author

@larryliu0820 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants