diff --git a/pyproject.toml b/pyproject.toml index 351217a..adc2d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ server = [ "autoawq>=0.2.8", "peft>=0.19.1", "trl>=1.2.0", - "vllm>=0.19.1", + "vllm>=0.20.1", "fastapi>=0.136.1", "uvicorn>=0.46.0", "pydantic>=2.13.3", diff --git a/requirements.txt b/requirements.txt index 2446570..8edb1e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ peft>=0.16.0 trl>=0.15.0 # Inference & Serving -vllm>=0.14.1 +vllm>=0.20.1 fastapi>=0.136.1 uvicorn>=0.46.0 pydantic>=2.13.3