-
Notifications
You must be signed in to change notification settings - Fork 0
Example/data_augment #1
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: feature/tuner_enhance
Are you sure you want to change the base?
Conversation
lingzhq
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address all review comments: refactor configuration and python entrypoint.
| ), | ||
| ) | ||
| for eval_taskset in config.buffer.explorer_input.eval_tasksets: | ||
| eval_taskset.workflow_args = workflow_args |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is required to pass workflow_args to eval_tasksets that are configured purely via YAML, similar to the logic on line 80. Otherwise, workflow_func and judge_func are not included in the Trinity config for evaluation.
AgentScope Version
[The version of AgentScope you are working on, e.g.
import agentscope; print(agentscope.__version__)]Description
[Please describe the background, purpose, changes made, and how to test this PR]
Checklist
Please check the following items before code is ready to be reviewed.
pre-commit run --all-filescommand