chore: decouple logs

Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
aarnphm-ec2-dev
2023-07-11 00:08:47 +00:00
parent cb2f030b5e
commit 61bfd64bd5

View File

@@ -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)))