Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/modelscope
/ __init__
Method
__init__
modelscope/utils/deploy_checker.py:20–21 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
18
class
DeployChecker:
19
20
def
__init__(self):
21
self.api = HubApi()
22
23
def
check_model(self, model_id: str, model_revision=None):
24
# get model_revision & task info
Callers
nothing calls this directly
Calls
1
HubApi
Class · 0.90
Tested by
no test coverage detected