Skip to content
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

feat(aiplatform): Add speculative decoding spec to DeployedModel proto #11469

Merged
merged 13 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"osconfig": "1.14.3",
"oslogin": "1.14.3",
"parallelstore": "0.9.2",
"parametermanager": "0.0.0",
"phishingprotection": "0.9.3",
"policysimulator": "0.3.3",
"policytroubleshooter": "1.11.3",
Expand Down
507 changes: 379 additions & 128 deletions aiplatform/apiv1/aiplatformpb/endpoint.pb.go

Large diffs are not rendered by default.

535 changes: 321 additions & 214 deletions aiplatform/apiv1/aiplatformpb/notebook_runtime.pb.go

Large diffs are not rendered by default.

549 changes: 329 additions & 220 deletions aiplatform/apiv1beta1/aiplatformpb/notebook_runtime.pb.go

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions compute/apiv1/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions compute/apiv1/auxiliary_go123.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95,877 changes: 48,174 additions & 47,703 deletions compute/apiv1/computepb/compute.pb.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions compute/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1972,6 +1972,11 @@
"AddRule"
]
},
"AggregatedList": {
"methods": [
"AggregatedList"
]
},
"CloneRules": {
"methods": [
"CloneRules"
Expand Down
119 changes: 119 additions & 0 deletions compute/apiv1/network_firewall_policies_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions compute/apiv1/network_firewall_policies_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading