Remove tp_worker.worker (#11548)

This commit is contained in:
Liangsheng Yin
2025-10-13 22:38:48 +08:00
committed by GitHub
parent 7c94eaeeb0
commit 54a46a264d
3 changed files with 23 additions and 25 deletions
-3
View File
@@ -168,9 +168,6 @@ class TpModelWorker:
)[0]
set_random_seed(self.random_seed)
# A reference make this class has the same member as TpModelWorkerClient
self.worker = self
self.hicache_layer_transfer_counter = None
def register_hicache_layer_transfer_counter(self, counter: LayerDoneCounter):