MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / release

Method release

rl_engine/executors/bridge.py:405–407  ·  view source on GitHub ↗
(self, update_id: str)

Source from the content-addressed store, hash-verified

403 self.active_update_id = manifest.update_id
404
405 def release(self, update_id: str) -> None:
406 if self.active_update_id == update_id:
407 self.active_update_id = None
408
409 def _resolve_reload_weights(self) -> Any:
410 reload_weights = getattr(self.engine, "reload_weights", None)

Calls

no outgoing calls