Skip to content

Commit

Permalink
fix(build): contraint packages for bentoml >1.1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <[email protected]>
  • Loading branch information
aarnphm committed Nov 20, 2023
1 parent 1f2cdc8 commit 00e2666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openllm-python/src/openllm/bundle/_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def build_editable(path, package='openllm'):


def construct_python_options(llm, llm_fs, extra_dependencies=None, adapter_map=None):
packages = ['scipy', 'bentoml[tracing]==1.1.9'] # apparently bnb misses this one
packages = ['scipy', 'bentoml[tracing]>=1.1.10'] # apparently bnb misses this one
if adapter_map is not None:
packages += ['openllm[fine-tune]']
if extra_dependencies is not None:
Expand Down

0 comments on commit 00e2666

Please sign in to comment.