We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea67ee commit a674cb7Copy full SHA for a674cb7
src/zenml/integrations/vllm/services/vllm_deployment.py
@@ -69,10 +69,8 @@ def run(self) -> None:
69
try:
70
parser = make_arg_parser(FlexibleArgumentParser())
71
args = parser.parse_args()
72
- logger.info(f"Args: {args}")
73
# Update the arguments in place
74
args.__dict__.update(self.config.model_dump())
75
76
uvloop.run(run_server(args=args))
77
except KeyboardInterrupt:
78
logger.info("Stopping vLLM prediction service...")
0 commit comments