mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-13 04:30:48 -04:00
fix(cli): remove debug print
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -342,9 +342,7 @@ def start_model_command(
|
||||
from bentoml._internal.configuration.containers import BentoMLContainer
|
||||
|
||||
nonlocal config
|
||||
print(attrs)
|
||||
config, server_attrs = config.model_validate_click(**attrs)
|
||||
print(config.model_dump_json(), server_attrs)
|
||||
|
||||
if ModelEnv.get_framework_env() == "flax":
|
||||
llm = openllm.AutoFlaxLLM.for_model(model_name, pretrained=pretrained, llm_config=config)
|
||||
|
||||
Reference in New Issue
Block a user