You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Max model context length. Defaults to models max, usually model_max_length from tokenizer_config.json. Reducing this reduces VRAM requirements.",
102
109
)
110
+
parser.add_argument(
111
+
"--migration-limit",
112
+
type=int,
113
+
default=0,
114
+
help="Maximum number of times a request may be migrated to a different engine worker. The number may be overridden by the engine.",
0 commit comments