-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add release 0.0.0 version substitution to run configuration and updat… #163
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
base: main
Are you sure you want to change the base?
Changes from all commits
591aa7d
34ed619
0bb72ac
ee863cb
1464f73
c47e893
03525f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,13 +13,13 @@ | |
| # limitations under the License. | ||
|
|
||
| extension_id: cloud-sql-postgresql | ||
| release_version: ${RELEASE_VERSION} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should use separate yaml file this can be confusing we want to have standard config files across evalbench
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd prefer to keep these lines in run_config.yaml. The evalbench framework expects a single configuration file via the --experiment_config flag, and these fields are part of that run's specific configuration. Splitting them into a separate file would require us to add an extra step in Cloud Build to merge files together before running, which adds unnecessary complexity. |
||
|
|
||
| dataset_config: /workspace/evals/dataset.json | ||
| dataset_format: gemini-cli-format | ||
|
|
||
| orchestrator: geminicli | ||
| model_config: /workspace/evals/model_config.yaml | ||
| # You can reference default simulated user models provided by the evalbench repo: | ||
| simulated_user_model_config: /workspace/evals/gemini_2.5_pro_model.yaml | ||
|
|
||
| scorers: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.