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
), f"args.rollout_max_prompt_len ({args.rollout_max_prompt_len}) must be smaller than args.rollout_max_context_len ({args.rollout_max_context_len}) so that there is at least one generated token to compute loss."
1581
1581
1582
-
ifargs.prefill_num_serversisnotNone:
1583
-
assertnotargs.use_fault_tolerance, "fault tolerance is not supported when prefill_num_servers is set."
0 commit comments