mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-22 16:07:51 +08:00
Update worker_process.py
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user