VinF Hybrid Inference: @types/dom-chromium-ai#8920
VinF Hybrid Inference: @types/dom-chromium-ai#8920hsubox76 wants to merge 2 commits intovertexai-hybridinference-integrationfrom
Conversation
|
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Size Report 1Affected ProductsNo changes between base commit (dcc62c0) and merge commit (bf6ddf6).Test Logs |
| "repo-scripts/*" | ||
| ], | ||
| "nohoist": [ | ||
| "**/vertexai/@types/dom-chromium-ai" |
Vertex AI Mock Responses Check
|
Size Analysis Report 1Affected ProductsNo changes between base commit (dcc62c0) and merge commit (bf6ddf6).Test Logs |
b54f091 to
b523528
Compare
b523528 to
8302584
Compare
Use yarn's
nohoistoption to prevent@types/dom-chromium-aifrom being hosted to the root-level node_modules and interfering with other packages that should not include it. We may want to look into doing this for some other@typespackages as well, that could be causing interference.