mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-19 04:37:10 +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)
|
assert len(local_block_descs_ids) == len(remote_block_descs_ids)
|
||||||
|
|
||||||
# Prepare transfer with Nixl.
|
# Prepare transfer with Nixl.
|
||||||
CHUNK_SIZE = 100
|
CHUNK_SIZE = 1000
|
||||||
handles = []
|
handles = []
|
||||||
futures = []
|
futures = []
|
||||||
with ThreadPoolExecutor() as executor:
|
with ThreadPoolExecutor() as executor:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user