mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-22 14:31:26 -05:00
chore: decouple logs
Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user