mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-03 21:07:10 +08:00
clean up
Signed-off-by: inkcherry <mingzhi.liu@amd.com>
This commit is contained in:
parent
e52ba22429
commit
f98cde1997
@ -295,7 +295,6 @@ class MoRIIOWriter:
|
||||
Args:
|
||||
worker: Reference to the parent worker
|
||||
"""
|
||||
# self.worker = worker
|
||||
self._worker_ref: weakref_ref[MoRIIOConnectorWorker] = weakref_ref(worker)
|
||||
self._write_task_q: Queue[WriteTask] = Queue()
|
||||
self._write_worker_started = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user