Skip to content

Commit e8aa965

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

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
@@ -224,7 +224,7 @@
224224
"--stagger_load",
225225
type=int,
226226
default=0,
227-
help="Stagger model loading to avoid OOM issues on the host"
227+
help="Limit the number of concurrent processes executing the model loading phase. Set to 0 to allow all processes"
228228
)
229229
parser.add_argument(
230230
"--stagger_update_lazyhandle",

0 commit comments

Comments
 (0)