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

Method load_model

fastdeploy/worker/gcu_worker.py:98–100  ·  view source on GitHub ↗

(self)

Source from the content-addressed store, hash-verified

96 raise NotImplementedError
97
98 def load_model(self) -> None:
99 """ """
100 self.model_runner.load_model()
101
102 def get_model(self) -> nn.Layer:
103 """ """

Calls

no outgoing calls