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

Improve task scheduler to not require model as an axis #1146

Open
jjallaire opened this issue Jan 19, 2025 · 0 comments
Open

Improve task scheduler to not require model as an axis #1146

jjallaire opened this issue Jan 19, 2025 · 0 comments
Assignees

Comments

@jjallaire
Copy link
Collaborator

The first type of task parallelization we implemented was running a task against n models. We later added more arbitrary task parallelization however in doing so remained over-indexed on the model axis. We need to re-write our scheduler to take more arbitrary combinations of task/model.

This will in turn make eval-set scheduling more effecient (as retries won't need work in "passes" based on model permutations).

@jjallaire jjallaire self-assigned this Jan 19, 2025
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

No branches or pull requests

1 participant