MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / func

Function func

verl/verl/single_controller/ray/base.py:908–910  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

906
907 def generate_function(name, key=key):
908 def func(self, *args, **kwargs):
909 # dispatch to the actual worker
910 return getattr(self.worker_dict[key], name)(*args, **kwargs)
911
912 async def async_func(self, *args, **kwargs):
913 # dispatch to the actual worker

Callers 15

call_with_timeoutFunction · 0.85
async_wrapperFunction · 0.85
wrapperFunction · 0.85
estimate_flopsMethod · 0.85
innerFunction · 0.85
async_innerFunction · 0.85
dummy_innerFunction · 0.85
dummy_async_innerFunction · 0.85
wrapper_signalFunction · 0.85
wrapperFunction · 0.85
index_first_axisFunction · 0.85
pad_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected