-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Features * [BYOB] Add udf_execution metrics for generateBid * add proto field to enable buyer debugging for eligible request * adding aws inference dashboard * Enable B&A experiments in GCP by splitting traffic * enable buyer debugging for eligible request * Implement Data Version Header for KV Server Clients * Implement v2 bidding support - add branch selection * Implement v2 bidding support - add kv_buyer_signals_adapter * Implement v2 bidding support - update kv dependency * output packer logs to stderr on AMI creation failure * Pass data version to GenerateBidsRawRequest * Support model deletion in model store * Update Kv client to match the latest contract ### Bug Fixes * Accumulate js_execution.errors_count metric * Copy common signals instead of move in BuildProtectedAudienceBidRequest * Fix changelog generation * GCP demo terraform outputs url * Prevent a potential read-after-delete bug in the inference benchmark * start_bidding runs inference default js file * typo in bidding_service_integration_test and buyer_code_wrapper Bug: 374379327 GitOrigin-RevId: fe009c936554bbaa97d98a8823c1e9766de78b86 Change-Id: I5dc590ef23daa175d2edb5ac156916165871f963
- Loading branch information
1 parent
09e0c1f
commit 532e293
Showing
189 changed files
with
5,676 additions
and
1,692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,10 +40,17 @@ function install_bazelisk() { | |
rm -rf /bazel_root/* | ||
} | ||
|
||
function install_crane() { | ||
go install github.com/google/go-containerregistry/cmd/[email protected] | ||
CRANE="$(go env GOPATH)"/bin/crane | ||
ln -s "${CRANE}" /usr/bin/crane | ||
} | ||
|
||
function cleanup() { | ||
cd / | ||
go clean -cache -modcache | ||
} | ||
|
||
install_bazelisk | ||
install_crane | ||
cleanup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
57ca4f2381a0fc193b0476663171c4d339b6ef66c0d1f1c24bb3f48d368b38ab | ||
566ebf3a2f4bc0a9675b51ee68de67bf0ea6d90c1fbbb9dcd9096002a24ed365 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
59a82d2db8173784b0b49959c9f82ead6c2e6da78a6be21cdc78520aa43741e3 | ||
9cde9b8ca775243a0093c486e229f3fa885bead7e12afc3bdd1408a919076e7e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
c194dafd287978093f8fe6e16e981fb22028e37345e20a4d7ca84caa43f0d4c0 | ||
877727ca542620501a2822cc32424fe5387cc37f09012a08a8cfdc86881c39a5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
560a5a1726e7b6fd2a507f72f2563eb3938d153a7d4b4aada575a7fe772873b0 | ||
59738b43c28ecd1582112ce61fdbb697aa4952636b99955fdecdcc624bd245fe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.68.1 | ||
0.71.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.