mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Update worker_process.py
This commit is contained in:
@@ -444,7 +444,6 @@ class PaddleDisWorkerProc:
|
||||
|
||||
# The first worker detects whether there are tasks in the task queue
|
||||
if tp_rank == 0:
|
||||
start = time.perf_counter()
|
||||
if self.insert_task_signal.value[0] == 1:
|
||||
#if self.task_queue.num_tasks() > 0:
|
||||
if envs.ENABLE_V1_KVCACHE_SCHEDULER or not (
|
||||
|
||||
Reference in New Issue
Block a user