19 lines
526 B
Plaintext
19 lines
526 B
Plaintext
# Keep this in sync with the definition in setup.py for ray[llm]
|
|
vllm[audio]==0.24.0
|
|
prometheus-fastapi-instrumentator>=8.0.0 # for starlette v1.0.1+
|
|
# Keep NIXL in sync with vLLM's kv_connectors requirements.
|
|
# https://github.com/vllm-project/vllm/blob/v0.24.0/requirements/kv_connectors.txt#L2
|
|
nixl==1.2.0
|
|
nixl-cu13==1.2.0
|
|
anyio>=4.5.0
|
|
# For json mode
|
|
jsonref>=1.1.0
|
|
jsonschema
|
|
ninja
|
|
# async-timeout is a backport of asyncio.timeout for python < 3.11
|
|
async-timeout; python_version < '3.11'
|
|
typer
|
|
meson
|
|
pybind11
|
|
hf_transfer
|