Skip to content

Commit 5aaf975

Browse files
Update scripts/inference.py
this looks good to me Co-authored-by: Josh Hursey <4259120+jjhursey@users.noreply.github.com>
1 parent e8aa965 commit 5aaf975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"--stagger_update_lazyhandle",
231231
type=int,
232232
default=0,
233-
help="Stagger update_lazyhandle to avoid OOM issues on the host"
233+
help="Limit the number of concurrent processes executing the AIU update_lazyhandle phase. Set to 0 to allow all processes"
234234
)
235235
parser.add_argument(
236236
"--dist_timeout",

0 commit comments

Comments
 (0)