Skip to content

Commit efda639

Browse files
yhtangCopilot
andauthored
Update jax-inference-offloading/jax_inference_offloading/controller/rollout_client.py
Co-authored-by: Copilot <[email protected]>
1 parent 08dcac4 commit efda639

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

jax-inference-offloading/jax_inference_offloading/controller/rollout_client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,6 @@ def shutdown(self):
141141
self._llm.llm_engine.engine_core.shutdown()
142142
logger.warning("Rollout client shut down.")
143143

144-
def shutdown(self):
145-
logger.warning("Shutting down rollout client...")
146-
self._llm.llm_engine.engine_core.shutdown()
147-
logger.warning("Rollout client shut down.")
148-
149-
150144
class RolloutClient(ClientBase):
151145
def __init__(self, executor, controller_stub, broker_stub, channel=None):
152146
super().__init__(executor, controller_stub, broker_stub, channel)

0 commit comments

Comments
 (0)