mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-16 16:57:19 +08:00
Fix
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
ba64a0249f
commit
1ca4298b9b
@ -41,7 +41,7 @@ class BlockTable:
|
||||
self.num_blocks_per_row = np.zeros((max_num_reqs,), dtype=np.int32)
|
||||
|
||||
# UVA requires pinned memory.
|
||||
self.use_uva = is_uva_available() and pin_memory and False
|
||||
self.use_uva = is_uva_available() and pin_memory
|
||||
if self.use_uva:
|
||||
logger.info("Using Unified Virtual Addressing (UVA) for block "
|
||||
"table transfer.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user