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

Method _run_impl

fastdeploy/spec_decode/base.py:84–88  ·  view source on GitHub ↗

Implementation for different method

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

82
83 @abstractmethod
84 def _run_impl(self, *args, **kwargs) -> Any:
85 """
86 Implementation for different method
87 """
88 raise NotImplementedError
89
90 def is_chunk_prefill_enabled(self) -> bool:
91 """

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected