-
Notifications
You must be signed in to change notification settings - Fork 924
VinF Hybrid Inference #3: Implement ChromeAdapter #8917
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 #3: Implement ChromeAdapter #8917
Conversation
We only define system prompts via onDeviceParams initialization.
|
Vertex AI Mock Responses Check
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
Since this will only be prerelease, we're merging into a non-main branch. To avoid confusion, I'll close this in favor of #8943 I've added the review feedback to our burndown. |
PR #8877 introduces an internal abstraction called ChromeAdapter that encapsulates logic for detecting Chrome's API and using it for inference. Having agreed that abstraction seems reasonable, this PR implements it.