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

Class FakeReloadEngine

tests/test_weight_sync_bridge.py:735–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733 calls = []
734
735 class FakeReloadEngine:
736 def reload_weights(self, *, weights_iterator, is_checkpoint_format):
737 calls.append((weights_iterator, is_checkpoint_format))
738
739 adapter = VLLMInProcessWeightReloadAdapter(
740 FakeReloadEngine(),

Calls

no outgoing calls