Commit 8a2dae2
Complete Hybrid inference impl
---------
Co-authored-by: Erik Eldridge <erikeldridge@google.com>
Moving to in-cloud naming (#8938)
Co-authored-by: Erik Eldridge <erikeldridge@google.com>
Moving to string type for the inference mode (#8941)
Define ChromeAdapter class (#8942)
Co-authored-by: Erik Eldridge <erikeldridge@google.com>
VinF Hybrid Inference: Implement ChromeAdapter (rebased) (#8943)
Adding count token impl (#8950)
VinF Hybrid Inference #4: ChromeAdapter in stream methods (rebased) (#8949)
Define values for Availability enum (#8951)
VinF Hybrid Inference: narrow Chrome input type (#8953)
Add image inference support (#8954)
* Adding image based input for inference
* adding image as input to create language model object
disable count tokens api for on-device inference (#8962)
VinF Hybrid Inference: throw if only_on_device and model is unavailable (#8965)
VinF Hybrid Inference: update docs (#8970)
VinF Hybrid Inference: consolidate onDeviceParams initialization (#8969)
VinF Hybrid Inference: disable multi-turn support (#8973)
VinF Hybrid Inference: remove default expected input types (#8974)
VinF Hybrid Inference: set image (and text) as default input type (#8984)
VinF Hybrid Inference: log debug messages in conditional logic (#8992)
VinF Hybrid Inference: support structured output (#9009)1 parent 475c81a commit 8a2dae2
File tree
46 files changed
+1970
-605
lines changed- common/api-review
- docs-devsite
- e2e
- sample-apps
- packages/vertexai/src
- methods
- models
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1970
-605
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
| 383 | + | |
385 | 384 | | |
386 | | - | |
| 385 | + | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| |||
392 | 391 | | |
393 | 392 | | |
394 | 393 | | |
395 | | - | |
396 | | - | |
| 394 | + | |
397 | 395 | | |
398 | | - | |
| 396 | + | |
399 | 397 | | |
400 | 398 | | |
401 | 399 | | |
402 | 400 | | |
403 | 401 | | |
404 | | - | |
405 | | - | |
| 402 | + | |
406 | 403 | | |
407 | | - | |
| 404 | + | |
408 | 405 | | |
409 | 406 | | |
410 | 407 | | |
| |||
494 | 491 | | |
495 | 492 | | |
496 | 493 | | |
497 | | - | |
| 494 | + | |
498 | 495 | | |
499 | 496 | | |
500 | | - | |
| 497 | + | |
501 | 498 | | |
502 | 499 | | |
503 | | - | |
504 | | - | |
| 500 | + | |
505 | 501 | | |
506 | | - | |
| 502 | + | |
507 | 503 | | |
508 | 504 | | |
509 | 505 | | |
510 | 506 | | |
511 | 507 | | |
512 | | - | |
513 | | - | |
| 508 | + | |
514 | 509 | | |
515 | | - | |
| 510 | + | |
516 | 511 | | |
517 | 512 | | |
518 | 513 | | |
519 | 514 | | |
520 | 515 | | |
521 | | - | |
522 | | - | |
| 516 | + | |
523 | 517 | | |
524 | | - | |
| 518 | + | |
525 | 519 | | |
526 | 520 | | |
527 | 521 | | |
528 | 522 | | |
529 | 523 | | |
530 | | - | |
| 524 | + | |
531 | 525 | | |
532 | | - | |
| 526 | + | |
533 | 527 | | |
534 | 528 | | |
535 | 529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
392 | 393 | | |
393 | 394 | | |
394 | 395 | | |
395 | | - | |
| 396 | + | |
396 | 397 | | |
| 398 | + | |
397 | 399 | | |
398 | 400 | | |
399 | 401 | | |
| |||
415 | 417 | | |
416 | 418 | | |
417 | 419 | | |
418 | | - | |
| 420 | + | |
419 | 421 | | |
420 | 422 | | |
421 | 423 | | |
| |||
547 | 549 | | |
548 | 550 | | |
549 | 551 | | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
550 | 559 | | |
551 | 560 | | |
552 | 561 | | |
| |||
631 | 640 | | |
632 | 641 | | |
633 | 642 | | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
634 | 646 | | |
635 | 647 | | |
636 | 648 | | |
| |||
705 | 717 | | |
706 | 718 | | |
707 | 719 | | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
708 | 732 | | |
709 | 733 | | |
710 | 734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | 248 | | |
257 | 249 | | |
258 | 250 | | |
259 | 251 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | 252 | | |
271 | 253 | | |
272 | 254 | | |
| |||
482 | 464 | | |
483 | 465 | | |
484 | 466 | | |
| 467 | + | |
| 468 | + | |
485 | 469 | | |
486 | 470 | | |
487 | 471 | | |
| |||
540 | 524 | | |
541 | 525 | | |
542 | 526 | | |
| 527 | + | |
| 528 | + | |
543 | 529 | | |
544 | 530 | | |
545 | 531 | | |
546 | 532 | | |
| 533 | + | |
| 534 | + | |
547 | 535 | | |
548 | 536 | | |
549 | 537 | | |
| |||
574 | 562 | | |
575 | 563 | | |
576 | 564 | | |
| 565 | + | |
| 566 | + | |
577 | 567 | | |
578 | 568 | | |
579 | 569 | | |
| |||
606 | 596 | | |
607 | 597 | | |
608 | 598 | | |
| 599 | + | |
| 600 | + | |
609 | 601 | | |
610 | 602 | | |
611 | 603 | | |
| |||
0 commit comments