Add a system logger (#85)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import argparse
|
||||
from typing import List
|
||||
|
||||
from cacheflow.master.server import (
|
||||
add_server_arguments, process_server_arguments,
|
||||
init_local_server_and_frontend_with_arguments)
|
||||
from cacheflow.sampling_params import SamplingParams
|
||||
|
||||
|
||||
def main(args: argparse.Namespace):
|
||||
server, frontend = init_local_server_and_frontend_with_arguments(args)
|
||||
# Test the following inputs.
|
||||
|
||||
Reference in New Issue
Block a user