-
Notifications
You must be signed in to change notification settings - Fork 832
[LLM] Add llama 4 example #5125
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
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.
🔥
llm/llama-4/README.md
Outdated
| "role": "user", | ||
| "content": [ | ||
| {"type" : "text", "text": "Covert this logo to ASCII art"}, | ||
| {"type": "image_url", "image_url": {"url": "https://pbs.twimg.com/profile_images/1584596138635632640/HWexMoH5_400x400.jpg"}} |
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.
https://pbs.twimg.com/profile_images/1584596138635632640/HWexMoH5_400x400.jpg seems to be a dead link?
llama4.mp4Adding this video |
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.
Amazing work @Michaelvll! 🚀 LGTM, we can incrementally make updates later if needed.
Waiting for #5124 as that enables lambda cloud for available high-end GPULet's merge this first
Waiting for vllm to merge this PR: vllm-project/vllm#16104Tested (run the relevant ones):
bash format.sh/smoke-test(CI) orpytest tests/test_smoke.py(local)/smoke-test -k test_name(CI) orpytest tests/test_smoke.py::test_name(local)/quicktest-core(CI) orpytest tests/smoke_tests/test_backward_compat.py(local)