Skip to content

Commit eac9e9e

Browse files
authored
Update README.md 2
1 parent 3519afc commit eac9e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pathwaysutils/elastic/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Distributed training jobs, especially long-running ones, are susceptible to vari
1212
1. **Training Reconfiguration**: Adapting the training computation distribution to the current set of healthy workers.
1313
1. **Resumption**: Continuing training from the last valid snapshot with the new configuration.
1414

15-
The `pathwaysutils.elastic` primitives provide building blocks to integrate this logic into JAX training loops run using the Pathways' `Proxy` JAX backend.
15+
The `pathwaysutils.elastic` primitives provide elastcity building blocks to use within your JAX training loop when using the Pathways' `Proxy` JAX backend.
1616

1717
## Prerequisites
1818

@@ -149,7 +149,7 @@ echo "Completed Run ID ${RUN_ID}."
149149
# Step: 5, Old Slice Count: 3, New Slice Count: 2 (3 -> 2 slices)
150150
# Step: 17, Old Slice Count: 2, New Slice Count: 3 (2 -> 3 slices)
151151
awk '
152-
/step=/ && /elastic_manager\.good_slice_count=/ {
152+
/step=/ && /elastic_manager\.elastic_down_event_count=/ {
153153
split($0, fields, " ")
154154
step = ""
155155
good_slice_count = ""

0 commit comments

Comments
 (0)