[feature] [sgl-router] Add a dp-aware routing strategy (#6869)
This commit is contained in:
@@ -8,7 +8,7 @@ if __name__ == "__main__":
|
||||
arg_parser.add_argument(
|
||||
"--timeout-per-file",
|
||||
type=int,
|
||||
default=1000,
|
||||
default=2000,
|
||||
help="The time limit for running one file in seconds.",
|
||||
)
|
||||
args = arg_parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user