[server] Passing model_override_args to launch_server via the CLI. (#1298)
Signed-off-by: Kai-Hsun Chen <kaihsun@anyscale.com>
This commit is contained in:
@@ -480,6 +480,7 @@ def main(server_args, bench_args):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# TODO(kevin85421): Make the parser setup unit testable.
|
||||
parser = argparse.ArgumentParser()
|
||||
ServerArgs.add_cli_args(parser)
|
||||
BenchArgs.add_cli_args(parser)
|
||||
|
||||
Reference in New Issue
Block a user