[Doc]: fix typos in Python comments (#24001)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-08-31 10:21:59 +02:00
committed by GitHub
parent 749be00a98
commit 9701352e4b
10 changed files with 14 additions and 14 deletions

View File

@@ -224,7 +224,7 @@ class Worker(WorkerBase):
memory can be used for KV cache without OOMs.
The engine will first conduct a profiling of the existing memory usage.
Then, it calculate the free memory that can be used for KV cache in
Then, it calculates the free memory that can be used for KV cache in
bytes.
Tip: