MCPcopy Create free account
hub / github.com/BIT-DataLab/Edit-Banana / predict

Method predict

modules/base.py:205–207  ·  view source on GitHub ↗

模型推理

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

203
204 @abstractmethod
205 def predict(self, *args, **kwargs):
206 """模型推理"""
207 pass
208
209 def unload(self):
210 """卸载模型"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected