mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-31 03:07:02 +08:00
Increase chunk size to reduce no. of threads
This commit is contained in:
parent
17546dc79f
commit
c4b9b2e682
@ -985,7 +985,7 @@ class NixlConnectorWorker:
|
||||
assert len(local_block_descs_ids) == len(remote_block_descs_ids)
|
||||
|
||||
# Prepare transfer with Nixl.
|
||||
CHUNK_SIZE = 100
|
||||
CHUNK_SIZE = 1000
|
||||
handles = []
|
||||
futures = []
|
||||
with ThreadPoolExecutor() as executor:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user