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

Method apply_model

tests/test_weight_sync_bridge.py:900–901  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

898
899 class FakeLLMEngine:
900 def apply_model(self, func):
901 return [func(model)]
902
903 adapter = VLLMCUDAVMMExternalStorageAdapter(
904 FakeLLMEngine(),

Calls

no outgoing calls

Tested by

no test coverage detected