Update worker_process.py

This commit is contained in:
Jiang-Jia-Jun
2026-04-10 17:21:03 +08:00
committed by GitHub
parent 19b3b203d5
commit 6ee354f2c8
-7
View File
@@ -299,13 +299,6 @@ class PaddleDisWorkerProc:
suffix=self.parallel_config.local_engine_worker_queue_port,
create=False,
)
# gpu_cache_lock: file-based lock for mutual exclusion between worker
# and CPU transfer when accessing GPU KV cache.
self.gpu_cache_lock = IPCLock(
name="gpu_cache_lock",
suffix=self.parallel_config.local_engine_worker_queue_port,
create=False,
)
def update_weights_from_tensor(self, mmap_infos):
"""