MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / run

Method run

SWF/src/base.py:86–90  ·  view source on GitHub ↗

inst: instruction

(self, inst: str, pre_reset=True)

Source from the content-addressed store, hash-verified

84
85
86 def run(self, inst: str, pre_reset=True) -> Response:
87 """
88 inst: instruction
89 """
90 raise NotImplementedError
91
92 def generate(self, messages, **kwargs) -> Dict: #TODO
93 """

Callers 11

model_worker.pyFile · 0.45
generate_streamMethod · 0.45
sglang_worker.pyFile · 0.45
controller.pyFile · 0.45
baseline.pyFile · 0.45
_compress_videoMethod · 0.45
_run_commandMethod · 0.45
_probe_durationMethod · 0.45
_extract_frame_ffmpegFunction · 0.45
extract_last_frameFunction · 0.45
call_data_evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected