Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/Edit-Banana
/ load
Method
load
modules/base.py:200–202 ·
view source on GitHub ↗
加载模型
(self)
Source
from the content-addressed store, hash-verified
198
199
@abstractmethod
200
def
load(self):
201
""
"加载模型"
""
202
pass
203
204
@abstractmethod
205
def
predict(self, *args, **kwargs):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected