-
Notifications
You must be signed in to change notification settings - Fork 918
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
VinF Hybrid Inference #1: Update the API #8874
base: vertexai-hybridinference-integration
Are you sure you want to change the base?
VinF Hybrid Inference #1: Update the API #8874
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
This change updates the getGenerativeModel getter to accept
ModelParams
orHybridParams
. TheHybridParams.mode
field indicates whether hybrid inference is intended.This change just updates the inputs. All existing tests pass, so the diff should be relatively easy to understand. The next change will use the inputs.