ShishirPatil / gorilla

Gorilla: Training and Evaluating LLMs for Function Calls (Tool Calls)
https://gorilla.cs.berkeley.edu/
Apache License 2.0
11.52k stars 1.01k forks source link

Update google-cloud-aiplatform version to 1.72.0 #760

Closed gabrielibagon closed 2 weeks ago

gabrielibagon commented 2 weeks ago

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!