-
Notifications
You must be signed in to change notification settings - Fork 0
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
image processing for llama3.2 (#6963) #9
base: frances/test_promptless3
Are you sure you want to change the base?
Conversation
Co-authored-by: jmorganca <jmorganca@gmail.com> Co-authored-by: Michael Yang <mxyng@pm.me> Co-authored-by: Jesse Gross <jesse@ollama.com>
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
✅ No documentation updates required Promptless has analyzed your changes against existing documentation and determined that no updates are needed at this time. If you believe documentation updates are needed, please update the relevant files manually. |
1 similar comment
✅ No documentation updates required Promptless has analyzed your changes against existing documentation and determined that no updates are needed at this time. If you believe documentation updates are needed, please update the relevant files manually. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
2 similar comments
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
📝 Documentation updates detected! Promptless has analyzed your changes and created a documentation update PR. You can review the proposed documentation changes here: Please review the suggested updates to ensure they accurately reflect your changes. |
Image processing routines for being able to run llama3.2.
This will need to be refactored at some point to support other multimodal models as well.
EDIT: This now includes all of the code for getting vision support to work, and not just the image processing routines. It's still not 100% though, but good enough to test out and kick the tires.