Skip to content

Commit

Permalink
Update google-cloud-aiplatform version to 1.72.0 (#760)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
gabrielibagon authored Nov 15, 2024
1 parent 79384e7 commit 7d97d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion berkeley-function-call-leaderboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"cohere==5.5.8",
"typer>=0.12.5",
"tabulate>=0.9.0",
"google-cloud-aiplatform==1.70.0",
"google-cloud-aiplatform==1.72.0",
"mpmath==1.3.0",
]

Expand Down

0 comments on commit 7d97d33

Please sign in to comment.