MCPcopy Create free account
hub / github.com/modelscope/modelscope / get_model_url

Method get_model_url

modelscope/cli/modelcard.py:134–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 self.pprint()
133
134 def get_model_url(self):
135 return self.api.get_model_url(self.model_id)
136
137 def push_model(self, tpl_dir='readme.tpl'):
138 from modelscope.hub.repository import Repository

Callers 1

pprintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected