Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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(),
Callers
2
_run_vllm_cuda_vmm_external_storage
Function · 0.80
_run_vllm_cuda_ipc_hot_update
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected