-
Notifications
You must be signed in to change notification settings - Fork 176
support multi modal inputs #1617
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?
support multi modal inputs #1617
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: learner0810 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi @learner0810. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
If we were using generics, we would need two structs to parse the 'chat/completions request body. If we define two structs, then generics feels unnecessary. Please correct me if my understanding is wrong ![]() |
c1934b9
to
9ee1c1c
Compare
9ee1c1c
to
6420740
Compare
@learner0810 we already have this issue that relates to this PR. Since @zhengkezhou1 submitted a PR for this issue and has some overlap with your PR, can you work together to resolve the overlap? @zhengkezhou1 maybe your PR simply adds the e2e test case based on this PRs type changes. Let me know what you think? |
I'm very happy to work with @zhengkezhou1 to resolve the overlap. I'll modify the type to follow the llm-d-sim types. |
6420740
to
5fd9357
Compare
5fd9357
to
354a79d
Compare
PTAL, I've already modified my PR. After merging my PR, @zhengkezhou1 reverted the code changes to the types, and then his e2e test case passed. cc @danehans |
yes, it's good to change |
What type of PR is this?
/kind feature
What this PR does / why we need it:
support multi modal inputs
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: