Skip to content

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

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

Conversation

shauryagup
Copy link
Collaborator

@shauryagup shauryagup commented Apr 15, 2025

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

Copy link
Collaborator

@lukebaumann lukebaumann left a 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

Copy link
Collaborator

@lukebaumann lukebaumann left a 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)
Copy link
Collaborator

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) {
Copy link
Collaborator

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?

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