MCPcopy
hub / github.com/deepspeedai/DeepSpeed / run

Method run

tests/unit/common.py:155–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153
154 @abstractmethod
155 def run(self):
156 ...
157
158 def __call__(self, request):
159 self._fixture_kwargs = self._get_fixture_kwargs(request, self.run)

Callers 15

_dist_runMethod · 0.95
check-torchdist.pyFile · 0.45
check-torchcuda.pyFile · 0.45
check-license.pyFile · 0.45
pytestFunction · 0.45
pytestFunction · 0.45
test_megatronFunction · 0.45
test_megatron_checkpointFunction · 0.45
test_squadFunction · 0.45
clean_test_envMethod · 0.45

Calls

no outgoing calls

Tested by 10

pytestFunction · 0.36
test_megatronFunction · 0.36
test_megatron_checkpointFunction · 0.36
test_squadFunction · 0.36
clean_test_envMethod · 0.36
remove_fileFunction · 0.36
run_testMethod · 0.36
clean_test_envMethod · 0.36
run_gpt2_testMethod · 0.36