mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-03-09 10:39:45 -04:00
chore: update base requirements to 0.4.2
Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -124,7 +124,7 @@ playground = ["jupyter", "notebook", "ipython", "jupytext", "nbformat"]
|
||||
qwen = ["cpm-kernels", "tiktoken"]
|
||||
stablelm = ["cpm-kernels", "tiktoken"]
|
||||
starcoder = ["bitsandbytes"]
|
||||
vllm = ["vllm==0.4.0"]
|
||||
vllm = ["vllm==0.4.2"]
|
||||
yi = ["bitsandbytes"]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
||||
@@ -289,7 +289,7 @@ def construct_python_options(llm_config, llm_fs):
|
||||
|
||||
# TODO: Add this line back once 0.5 is out, for now depends on OPENLLM_DEV_BUILD
|
||||
# packages = ['scipy', 'bentoml[tracing]>=1.2.8', 'openllm[vllm]>0.4', 'vllm>=0.3']
|
||||
packages = ['scipy', 'bentoml[tracing]>=1.2.8', 'vllm>=0.3', 'flash-attn']
|
||||
packages = ['scipy', 'bentoml[tracing]>=1.2.8', 'vllm==0.4.2']
|
||||
if llm_config['requirements'] is not None:
|
||||
packages.extend(llm_config['requirements'])
|
||||
built_wheels = [build_editable(llm_fs.getsyspath('/'), p) for p in ('openllm_core', 'openllm_client', 'openllm')]
|
||||
|
||||
Reference in New Issue
Block a user