From 61bfd64bd58eabc04ca38f7205d7a8a2aa362978 Mon Sep 17 00:00:00 2001 From: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com> Date: Tue, 11 Jul 2023 00:08:47 +0000 Subject: [PATCH] chore: decouple logs Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com> --- src/openllm/cli.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/openllm/cli.py b/src/openllm/cli.py index c49fe605..ddebc1a4 100644 --- a/src/openllm/cli.py +++ b/src/openllm/cli.py @@ -1707,10 +1707,6 @@ def build_command( # we are just doing the parsing here. adapter_map[_adapter_id] = adapter_name[0] if len(adapter_name) > 0 else None - if output == "pretty": - if overwrite: - _echo(f"Overwriting existing Bento for {model_name}.", fg="yellow") - if enable_features: enable_features = tuple(itertools.chain.from_iterable((s.split(",") for s in enable_features)))