diff --git a/openllm-python/src/_openllm_tiny/_entrypoint.py b/openllm-python/src/_openllm_tiny/_entrypoint.py index 14fd02a4..4bd9c924 100644 --- a/openllm-python/src/_openllm_tiny/_entrypoint.py +++ b/openllm-python/src/_openllm_tiny/_entrypoint.py @@ -402,7 +402,7 @@ def build_command( trust_remote_code: bool, debug: bool, ): - """Package a given LLM into a servable artefacts. + """Package a given LLM into a BentoLLM. \b ```bash