From f0eb3e1d97ecc1896170f3d9d3bea601beb3fd42 Mon Sep 17 00:00:00 2001 From: fems14 <74094523+fems14@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:21:46 +0800 Subject: [PATCH] [v0.11.0][bugfix]kvpool sync load (#3698) (#3722) ### What this PR does / why we need it? In certain scenarios, the performance of synchronously loading data from the pool is better than that of asynchronously loading data. Therefore, a control logic (or switch) for asynchronous loading from the pool has been added. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.0 ---------