Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Jiayi-Pan/TinyZero
/ execute_func_rank_zero
Method
execute_func_rank_zero
verl/single_controller/base/worker.py:184–186 ·
view source on GitHub ↗
(self, func, *args, **kwargs)
Source
from the content-addressed store, hash-verified
182
183
@register(dispatch_mode=Dispatch.ALL_TO_ALL, execute_mode=Execute.RANK_ZERO)
184
def
execute_func_rank_zero(self, func, *args, **kwargs):
185
result = func(*args, **kwargs)
186
return
result
Callers
1
test_basics
Function · 0.80
Calls
1
func
Function · 0.85
Tested by
1
test_basics
Function · 0.64