mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-19 07:06:02 -05:00
fix(build): contraint packages for bentoml >1.1.10
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user