From ba5a5da720353a0c1542f6762a237a1f26d64b63 Mon Sep 17 00:00:00 2001 From: paperspace <29749331+aarnphm@users.noreply.github.com> Date: Mon, 27 May 2024 17:02:26 +0000 Subject: [PATCH] chore: udpate docstring Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com> --- openllm-python/src/_openllm_tiny/_entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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