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
"Inferred max batch total tokens: {max_supported_batch_total_tokens}"
234
234
);
235
235
}
236
+
if max_total_tokens asu32 > max_supported_batch_total_tokens {
237
+
returnErr(RouterError::ArgumentValidation(format!("`max_total_tokens` must be <= `max_batch_total_tokens`. Given: {max_total_tokens} and {max_supported_batch_total_tokens}")));
0 commit comments