mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-07 22:33:28 -05:00
chore(packages): ready for 0.5 releases
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user