-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Core][Frontend] Support Passing Multimodal Processor Kwargs #8657
[Core][Frontend] Support Passing Multimodal Processor Kwargs #8657
Commits on Sep 20, 2024
-
Allow for processor kwarg overrides
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 550378b - Browse repository at this point
Copy the full SHA 550378bView commit details -
Pass processor through to partial
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 190606f - Browse repository at this point
Copy the full SHA 190606fView commit details -
Add default & processor kwarg override tests
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b1ca041 - Browse repository at this point
Copy the full SHA b1ca041View commit details -
Don't allow ctx or inputs as kwargs
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 195e31c - Browse repository at this point
Copy the full SHA 195e31cView commit details -
Add kwarg override for processor to dummy data factories
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1472d04 - Browse repository at this point
Copy the full SHA 1472d04View commit details -
Add kwarg override forr processor to max token calc
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f10601f - Browse repository at this point
Copy the full SHA f10601fView commit details -
Move kwarg only override func to utils
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 429097a - Browse repository at this point
Copy the full SHA 429097aView commit details -
Force processor kwargs to be keyword-only
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 159cfc2 - Browse repository at this point
Copy the full SHA 159cfc2View commit details -
Pass unfiltered processor kwargs to default mapper
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for af91930 - Browse repository at this point
Copy the full SHA af91930View commit details -
Add hack for mapper preprocessor kwargs
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 9adad10 - Browse repository at this point
Copy the full SHA 9adad10View commit details -
Simplify dummy data processor kwarg & add tests
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 9f7aed8 - Browse repository at this point
Copy the full SHA 9f7aed8View commit details -
Add tests for max multimodal token kwarg overrides
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ff59e44 - Browse repository at this point
Copy the full SHA ff59e44View commit details -
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6b26454 - Browse repository at this point
Copy the full SHA 6b26454View commit details -
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0e2d53d - Browse repository at this point
Copy the full SHA 0e2d53dView commit details -
Move kwarg filtering into hf processor getter
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 5a3341b - Browse repository at this point
Copy the full SHA 5a3341bView commit details -
Enable processor_kwargs in video processor
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 3e1fe54 - Browse repository at this point
Copy the full SHA 3e1fe54View commit details -
Add tests for mapper processor_kwargs
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for feccfd7 - Browse repository at this point
Copy the full SHA feccfd7View commit details -
Update mapper not on multimodal processor kwargs
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 3ada64d - Browse repository at this point
Copy the full SHA 3ada64dView commit details -
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 58dcc63 - Browse repository at this point
Copy the full SHA 58dcc63View commit details -
Move context builder to test utils
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1cee215 - Browse repository at this point
Copy the full SHA 1cee215View commit details -
Use common context builder in processor kwarg tests
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d5f9efa - Browse repository at this point
Copy the full SHA d5f9efaView commit details
Commits on Sep 22, 2024
-
Update vllm/entrypoints/llm.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5d434b - Browse repository at this point
Copy the full SHA b5d434bView commit details -
Update vllm/inputs/registry.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a096301 - Browse repository at this point
Copy the full SHA a096301View commit details -
Update vllm/inputs/registry.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 79962e0 - Browse repository at this point
Copy the full SHA 79962e0View commit details -
Update vllm/inputs/registry.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2cb1f72 - Browse repository at this point
Copy the full SHA 2cb1f72View commit details -
Update vllm/inputs/registry.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 37eb532 - Browse repository at this point
Copy the full SHA 37eb532View commit details -
Update vllm/inputs/registry.py
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a4c7c3d - Browse repository at this point
Copy the full SHA a4c7c3dView commit details -
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 36dd2cb - Browse repository at this point
Copy the full SHA 36dd2cbView commit details -
Rename processor kwargs to mm processor kwargs
Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f95c86f - Browse repository at this point
Copy the full SHA f95c86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 229604f - Browse repository at this point
Copy the full SHA 229604fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a48452 - Browse repository at this point
Copy the full SHA 2a48452View commit details -
Configuration menu - View commit details
-
Copy full SHA for b732d72 - Browse repository at this point
Copy the full SHA b732d72View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 844524a - Browse repository at this point
Copy the full SHA 844524aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd742b - Browse repository at this point
Copy the full SHA 2dd742bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc1c02 - Browse repository at this point
Copy the full SHA ebc1c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f32f5 - Browse repository at this point
Copy the full SHA a7f32f5View commit details