MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / run

Method run

fastdeploy/spec_decode/base.py:76–81  ·  view source on GitHub ↗

Unified entry point for all proposer types. Dispatches to subclass-specific logic via `_run_impl`.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

74 spec_logger.info(f"Speculate config: {self.speculative_config}")
75
76 def run(self, *args, **kwargs) -> Any:
77 """
78 Unified entry point for all proposer types.
79 Dispatches to subclass-specific logic via `_run_impl`.
80 """
81 return self._run_impl(*args, **kwargs)
82
83 @abstractmethod
84 def _run_impl(self, *args, **kwargs) -> Any:

Callers 15

get_fastdeploy_versionFunction · 0.45
control_taskMethod · 0.45
get_rdma_nicsFunction · 0.45
__init__Method · 0.45
clearMethod · 0.45
startMethod · 0.45
_control_pauseMethod · 0.45
_control_resumeMethod · 0.45
_control_sleepMethod · 0.45
_control_wakeupMethod · 0.45
_call_workerMethod · 0.45
launch_api_serverFunction · 0.45

Calls 1

_run_implMethod · 0.95

Tested by

no test coverage detected