Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
3
FakeLLM
Class · 0.85
test_vllm_cuda_vmm_external_storage_adapter_rebinds_matching_parameters
Function · 0.85
test_vllm_cuda_vmm_external_storage_adapter_rolls_back_partial_rebind
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_vllm_cuda_vmm_external_storage_adapter_rebinds_matching_parameters
Function · 0.68
test_vllm_cuda_vmm_external_storage_adapter_rolls_back_partial_rebind
Function · 0.68