Skip to content
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

Supports extended tasks #101

Merged
merged 6 commits into from
Mar 9, 2024
Merged

Supports extended tasks #101

merged 6 commits into from
Mar 9, 2024

Conversation

clefourrier
Copy link
Member

See slack. Will need to be merged after the max length fix, but is reviewable.

"lighteval",
"original",
"extended",
"custom",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we keep custom ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Custom is for experiments you might want to do on your side, community for community added tasks imo

self, task_name_list: List[str], custom_tasks: Optional[Union[str, ModuleType]] = None
self,
task_name_list: List[str],
custom_tasks: Optional[Union[str, ModuleType]] = None,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mhh so we keep both custom and extended ? Or custom here is meant to be community ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

community and custom tasks can be launched here

@clefourrier clefourrier merged commit df21407 into main Mar 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants