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

Make duration multiplier configurable in the ladder #146

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AkshitaB
Copy link
Contributor

@AkshitaB AkshitaB commented Jan 24, 2025

Added RunDuration in model_ladder to configure training durations in terms of Chinchilla multipliers.

@AkshitaB AkshitaB requested a review from epwalsh January 24, 2025 01:04
Copy link
Member

@epwalsh epwalsh left a comment

Choose a reason for hiding this comment

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

Looks good, just a one comment and a question

src/olmo_core/model_ladder.py Show resolved Hide resolved
""".strip()

try:
script, cmd, size, cluster, overrides = (
script, cmd, size, run_duration, cluster, overrides = (
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason to make this a required parameter and not just part of the config, with a default like 2xC?

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