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

add cool down config #161

Merged
merged 1 commit into from
Nov 15, 2024
Merged

add cool down config #161

merged 1 commit into from
Nov 15, 2024

Conversation

samsja
Copy link
Collaborator

@samsja samsja commented Nov 15, 2024

No description provided.

sched_type = "wsd-sqrt"
batch_size = 128 #1M tokens bs
warmup_steps = 1000
num_stable_steps = 74700
Copy link
Collaborator Author

@samsja samsja Nov 15, 2024

Choose a reason for hiding this comment

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

we are at 74500 right now

batch_size = 128 #1M tokens bs
warmup_steps = 1000
num_stable_steps = 74700
total_steps = 90400
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

(90400 - 74700 ) * 8192 * 128* 14 / 1e9 = 230.5B tokens.

We are at 770B right now. Picking 90400 and not 90300 to be sure we hit the 1T = 100% on the dashboard

Copy link
Member

@Jackmin801 Jackmin801 left a comment

Choose a reason for hiding this comment

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

lgtm!

@samsja samsja merged commit f11f460 into main Nov 15, 2024
1 check passed
@samsja samsja deleted the cooldown branch November 15, 2024 12:06
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