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

Class FakeVLLMEngine

tests/test_weight_sync_bridge.py:562–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 calls = []
561
562 class FakeVLLMEngine:
563 def update_weights(self, request):
564 calls.append(request)
565
566 adapter = VLLMWeightInstallAdapter(
567 FakeVLLMEngine(),

Calls

no outgoing calls