From 0f32290606df04d2328b40b79731580cf62f609c Mon Sep 17 00:00:00 2001 From: paperspace <29749331+aarnphm@users.noreply.github.com> Date: Mon, 27 May 2024 16:54:53 +0000 Subject: [PATCH] chore(packages): ready for 0.5 releases 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 4d8f97b2..14fd02a4 100644 --- a/openllm-python/src/_openllm_tiny/_entrypoint.py +++ b/openllm-python/src/_openllm_tiny/_entrypoint.py @@ -534,7 +534,7 @@ def build_command( include=list(llm_fs.walk.files()), exclude=['/venv', '/.venv', '__pycache__/', '*.py[cod]', '*$py.class'], python=PythonOptions( - packages=['scipy', 'bentoml[tracing]>=1.2.16', 'openllm[vllm]'], + packages=['scipy', 'bentoml[tracing]>=1.2.16', 'openllm>=0.5'], pip_args='--no-color --progress-bar off', wheels=[wheel_fs.getsyspath(f"/{i.split('/')[-1]}") for i in built_wheels] if all(i for i in built_wheels)