Skip to content

Commit fa456c7

Browse files
authored
[DOCS] Fix race condition in getting_started.md example script (#526)
1 parent a239f0c commit fa456c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/getting_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ After installation, verify that all components are working correctly:
124124
125125
# Test basic Monarch functionality
126126
procs = this_host().spawn_procs({'gpus': 1})
127+
procs.initialized.get()
127128
print('Monarch: Process spawning works')
128129
"
129130
```

0 commit comments

Comments
 (0)