Skip to content

Commit

Permalink
Fix the typo uncacherd -> uncached
Browse files Browse the repository at this point in the history
Signed-off-by: ApostaC <[email protected]>
  • Loading branch information
ApostaC committed Dec 13, 2024
1 parent 2648fa5 commit 278e166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/core/block/cpu_offloading_block_allocator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self, cpu_block_allocator: PrefixCachingBlockAllocator,
uncached: allocated blocks that didn't hit any cache
cached: allocated blocks that are cached, either in GPU or in CPU
free: the blocks are not allocated by block allocator
This implementation aims to transform uncacherd blocks to cached blocks
This implementation aims to transform uncached blocks to cached blocks
by performing GPU to CPU copy when calling `get_and_reset_swaps`
As block allocator will automatically track free blocks, and we don't
Expand Down

0 comments on commit 278e166

Please sign in to comment.