From 84d209c7e8663c588b58821fbf041139dc8801cf Mon Sep 17 00:00:00 2001 From: Vivek Kalyan Date: Tue, 6 Jan 2026 17:27:55 +0800 Subject: [PATCH] fix: Pin vLLM to 0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38dc224e..e456150c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ backend = [ "bitsandbytes>=0.45.2", "unsloth==2025.12.9", "unsloth-zoo==2025.12.7", - "vllm>=0.11.0", + "vllm==0.13.0", "torchtune", "torch>=2.8.0", "torchao==0.14.1",