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

Class FakeLLMEngine

tests/test_weight_sync_bridge.py:699–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 calls = []
698
699 class FakeLLMEngine:
700 def collective_rpc(self, method, kwargs):
701 calls.append((method, kwargs))
702
703 class FakeLLM:
704 llm_engine = FakeLLMEngine()

Calls

no outgoing calls