Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Nov 6, 2024
1 parent f0a0807 commit 1bbc43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llumnix/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from llumnix.config import LlumnixConfig, get_llumnix_config
from llumnix.config.default import _C

logger = init_logger("llumnix.entrypoints.vllm.api_server")
logger = init_logger(__name__)

class LlumnixArgumentParser(argparse.ArgumentParser):
def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 1bbc43b

Please sign in to comment.