-
Notifications
You must be signed in to change notification settings - Fork 2
Create README.md for running a JAX workload integrated with elasticity primitives #72
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: main
Are you sure you want to change the base?
Conversation
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.
Please break each sentence into its own line
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.
Can you make the bash sections more aligned with go/shell-style#shell-style-guide?
# 6. Verify by printing steps where training reconfigured from N to N-1 slices and later back to N slices | ||
# Expect output like: | ||
# Step: 5, Old Slice Count: 3, New Slice Count: 2 (3 -> 2 slices) |
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 log does not match the logs as they are today.
good_slice_count = kv[2] | ||
} | ||
} | ||
if (prev_good_slice_count != "" && prev_good_slice_count != good_slice_count) { |
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 seems easily broken. Is there an alternate way to extract this?
This has been verified with 3 v5e-32 slices. I am waiting on AI-Hypercomputer/maxtext#1310 to be merged before we can recommend customers to use the maxtext HEAD to run this e2e workload