Skip to content

Commit dfc910f

Browse files
committed
typo fix
1 parent 1d38367 commit dfc910f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-09-24_kvcache-wins-you-can-see.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The optimal scheduler depends on the complexity of the workload. Below is a hier
278278
* **Limitation:** It creates load imbalance when workloads are asymmetric
279279

280280
* **2. Load-Aware Scheduling**
281-
The necessary next step for asymmetric workloads. By routing requests based serving capacity, it prevents overload and improves resource utilization.
281+
The necessary next step for asymmetric workloads. By routing requests based on Pod serving capacity, it prevents overload and improves resource utilization.
282282
* **Limitation:** It cannot exploit caching opportunities, resulting in redundant computation.
283283

284284
* **3. Approximate Prefix-Cache Scheduling**

0 commit comments

Comments
 (0)