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
-`data-parallel-size`: number of ranks to run in Data Parallel deployment, from 1 to 8, default is 1. The ports will be assigned as follows: rank 0 will run on the configured `port`, rank 1 on `port`+1, etc.
149
151
150
152
In addition, as we are using klog, the following parameters are available:
151
153
-`add_dir_header`: if true, adds the file directory to the header of the log messages
f.Var(&dummyFailureTypes, "failure-types", "List of specific failure types to inject (rate_limit, invalid_api_key, context_length, server_error, invalid_request, model_not_found)")
528
+
failureTypesDescription:=fmt.Sprintf("List of specific failure types to inject (%s, %s, %s, %s, %s, %s)",
0 commit comments