Skip to content

Commit 7d97d33

Browse files
Update google-cloud-aiplatform version to 1.72.0 (#760)
Recently the google-cloud-aiplatform library has been updated to version 1.72.0, which fixes typecasting bugs in Function Calling. This affects many cases in BFCL, so it would be great to use this version of the library for an accurate score of the model quality. The changelog describing the bugfix is here: https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md Thanks!
1 parent 79384e7 commit 7d97d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

berkeley-function-call-leaderboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"cohere==5.5.8",
2929
"typer>=0.12.5",
3030
"tabulate>=0.9.0",
31-
"google-cloud-aiplatform==1.70.0",
31+
"google-cloud-aiplatform==1.72.0",
3232
"mpmath==1.3.0",
3333
]
3434

0 commit comments

Comments
 (0)